2019/03/22

如何修改 visudo 的預設編輯器



由於 ubuntu 預設 visudo 的編輯器是 nano

對於習慣使用 vim 來編輯的使用者來說根本像是天書一樣, 完全不會用

要怎麼修改預設的編輯器呢

如下:

```
$ sudo update-alternatives --config editor
```

```
There are 4 choices for the alternative editor (providing /usr/bin/editor).

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 to keep the current choice[*], or type selection number:
```

輸入 3 就會是 vim 了

沒有留言:

張貼留言