I really like the vi editor.
Today, after installing a new debian linux host, I issued the visudo command to set up some user permission, but I found the usual dreadful surprise: the default editor was “nano”.
Oh dear! Fastly I went out taping ^X and then I wrote my beloved
export EDITOR=vi
to set “correctly” the environment variable before running again visudo
Tags: environment, vi