Set default editor on Debian
Posted by on 2015-05-28 13:43:48:
To change the default editor at the system level:
sudo update-alternatives --config editor
and then follow the onscreen prompts.
If your editor isn't on the list, do this first:
update-alternatives --install /usr/bin/editor editor /usr/bin/vim 10
Tags: Debian , Linux
Return to home page: Home