歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu Server 設置Emacs為默認編輯器

Ubuntu Server 設置Emacs為默認編輯器

日期:2017/2/28 15:30:41   编辑:Linux教程

Ubuntu Server 設置Emacs為默認編輯器方法很簡單,用update-alternatives命令

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/emacs23 0 manual mode
4 /usr/bin/vim.basic 30 manual mode
5 /usr/bin/vim.tiny 10 manual mode

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

Copyright © Linux教程網 All Rights Reserved