Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

[Ubuntu] visudoのエディタをnanoからvimに変更する

$
0
0

visudoでnanoが立ち上がるという不条理を経験したので変更手順をメモ

TL;DR

sudo update-alternatives --config editorを使用する

変更手順例

vim.basicに変更
$ sudo update-alternatives --config editor
There are 5 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/code        0         manual mode  4            /usr/bin/vim.basic   30        manual mode  5            /usr/bin/vim.tiny    10        manual modePress enter to keep the current choice[*], or type selection number: 4update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in manual mode
変更の確認
$ sudo update-alternatives --config editor
There are 5 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/code        0         manual mode* 4            /usr/bin/vim.basic   30        manual mode  5            /usr/bin/vim.tiny    10        manual modePress enter to keep the current choice[*], or type selection number:

参考

Ubuntuのvisudoエディタが変nanoになる - それマグで!


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>