Change Default Editor at System Level

In a terminal type

sudo apt-get install vim
sudo update-alternatives –config editor
Follow the instructions to choose vim.basic – your display will vary

Debian Ubuntu Change Default Editor Nano VI Gedit at System Level

sudo vi /etc/vim/vimrc
uncomment line 20 – syntax on

logout & login

You may also like...