設定 Vim 為預設的編輯器

前言:

每次在安裝 Linux 設定 sudo 時都會預設使用nano編輯器 ,

進入編輯器又不熟悉怎離開的情況下金魚腦忘記指令都必須要查資料才能離開

如果不小心進入 nano 編輯器怎離開

Ctrl + X 之後會問是否存檔 按下 Y / N

設定 Vim為預設編輯器

1
$ sudo update-alternatives --config editor
1
2
3
4
5
6
7
8
9
  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 15 manual mode

Press <enter> to keep the current choice[*], or type selection number:

尋找 vim.basic 或 vim.tiny 並將 Selection 輸入並按下Enter,

下次打開的時候就會使用預設的 Vim

參考網站:
https://askubuntu.com/questions/539243/how-to-change-visudo-editor-from-nano-to-vim

如果這一篇文章有幫助到你的話,
請您幫忙點選廣告,都是以不擾人與不強迫的方式呈現