-
以下のコマンドで、設定を変更する。
update-alternatives --config editor
-
使いたいエディタを選択する。
alternative editor (/usr/bin/editor を提供) には 5 個の選択肢があります。 選択肢 パス 優先度 状態 ------------------------------------------------------------ * 0 /bin/nano 40 自動モード 1 /bin/ed -100 手動モード 2 /bin/nano 40 手動モード 3 /usr/bin/nvim 30 手動モード 4 /usr/bin/vim.basic 30 手動モード 5 /usr/bin/vim.tiny 15 手動モード 現在の選択 [*] を保持するには <Enter>、さもなければ選択肢の番号のキーを押してください: 4 update-alternatives: /usr/bin/editor (editor) を提供するためにマニュアルモードで /usr/bin/vim.basic を使います
-
再び、以下のコマンドを実行すると、設定が変わっていることが確認できる。
update-alternatives --config editor
alternative editor (/usr/bin/editor を提供) には 5 個の選択肢があります。 選択肢 パス 優先度 状態 ------------------------------------------------------------ 0 /bin/nano 40 自動モード 1 /bin/ed -100 手動モード 2 /bin/nano 40 手動モード 3 /usr/bin/nvim 30 手動モード * 4 /usr/bin/vim.basic 30 手動モード 5 /usr/bin/vim.tiny 15 手動モード
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme