WSL2(Ubuntu22.04)でデフォルトエディタをnanoからvimに変更する

WSL2(Ubuntu22.04)でデフォルトエディタをnanoからvimに変更する

Ubuntuのデフォルトエディタが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.basicとなっている3番を入力、Enterで変更されます。

コメント

株式会社CONFRAGE ITソリューション事業部をもっと見る

今すぐ購読し、続きを読んで、すべてのアーカイブにアクセスしましょう。

続きを読む

タイトルとURLをコピーしました