2010-06-29 11:00

Ubuntu 預設編輯器

# 執行這個指令就會跳出 user 的編輯器選單
[root@linux ~]# /usr/bin/select-editor

# 如果要將系統的預設值變更的話,可以執行這個指令
[root@linux ~]# update-alternatives --config editor


# 如果不喜歡選項中的編輯器,可以藉由更改下面這個檔案,然後重新登入就會生效
[root@linux ~]# vim ~/.selected_editor
# Generated by /usr/bin/select-editor
SELECTED_EDITOR="/usr/bin/vim"


# 或者動態直接改變環境變數(一次性)
[root@linux ~]# export EDITOR=vim

0 回應: