Jag har varken EDITOR eller VISUAL satta, ändå startas nano när jag trycker vv Invokes an editor to edit the current file being viewed. The editor is taken from the environment variable VISUAL if defined, or EDITOR if VISUAL is not defined, or defaults to "vi" if neither VISUAL nor EDITOR is defined. See also the discussion of LESSEDIT under the section on PROMPTS below.
Kod: Markera allt
$ env|grep pico
$ env|grep nano
$ env |grep -e EDIT -e VIS
$