Próbuję zmienić domyślny edytor z nano
na vim
.
Uruchomiłem następujące polecenia:
sudo update-alternatives --config editor
i
update-alternatives --config editor
Oba teraz generują:
Selection Path Priority Status
------------------------------------------------------------
0 /bin/nano 40 auto mode
1 /bin/ed -100 manual mode
2 /bin/nano 40 manual mode
* 3 /usr/bin/vim.basic 30 manual mode
4 /usr/bin/vim.tiny 10 manual mode
Zrestartowałem moją sesję ssh i zrestartowałem sshd, ale crontab -e wciąż otwiera się w nano
Co jeszcze muszę zrobić?