Ich versuche, den Standardeditor von nano
auf zu ändern vim
.
Ich habe die folgenden Befehle ausgeführt:
sudo update-alternatives --config editor
und
update-alternatives --config editor
Beide geben nun aus:
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
Ich habe meine ssh-Sitzung neu gestartet und sshd neu gestartet, aber crontab -e wird immer noch in nano geöffnet
Was muss ich sonst noch tun?