デフォルトのエディタがnanoで発狂しそうになった

とあるldapサーバでldapviでユーザ削除しようとした時にnanoで開かれてm9(^Д^)プギャーってなった。
作業はnanoで頑張ったんだけど、これは今後作業効率が悪いということでvimにしようと。
(多分初期の頃に選択できるタイミングがあったんだけど間違えたんだと思う)

で、どうやるのかわからなくてググったらでてきた。


# 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 10 manual mode

Press enter to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in manual mode.

これでとりあえず、3を選んだ

確認、


# 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 10 manual mode

ldapviで開いたらちゃんとvimになってましたよっと。
⊂(^ω^)⊃ セフセフ!!