GTKC Knowledgebase
A little bit of wisdom
Set default editor on Debian
Posted by  Admin on


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