修改Debian預設nano編輯器為vim的步驟

來源:互聯網
上載者:User

有些同學在debian系統下輸入VI或VIM的命令編輯文本,確發現按鍵盤的上下左右方向鍵,變成顯示ABCD字元了,退格鍵也失靈。恩,沒錯這是有些debian系統預設的編輯器並不是VIM而是nano的緣故。下面有幾個方法可以解決問題。There is only one alternative in link group editor: /usr/bin/vim.tiny Nothing to configure.

第一種方法運行如下命令:


update-alternatives --config editor
出現如下介面:
There are 3 alternatives which provide `editor'.
Selection    Alternative
-----------------------------------------------
          1    /bin/ed
+        2    /bin/nano
*        3    /usr/bin/vim.tiny

Press enter to keep the default[*], or type selection number:
選擇3重啟一下就可以了。

第二種如果update-alternatives --config editor後出現:There is only one alternative in link group editor: /usr/bin/vim.tiny Nothing to configure.那麼說明VIM是存在的,我們可以直接刪除nano編輯器,VIM就會自動變成預設編輯器了。
apt-get remove nano

第三種方法:

修改etc目錄下的bash.bashrc 或者 .bashrc檔案
添加一行

export EDITOR=vim

第四種萬能法:

如上方法都不行,可能是你的系統本身就沒裝VIM,安裝一個Vim就可以了

nano /etc/apt/sources.list

刪除所有內容添加源為

deb http://ftp.debian.org/debian squeeze main contrib non-free
deb http://security.debian.org squeeze/updates main contrib non-free

ctrl+o #儲存配置
ctrl+x #退出
apt-get update #更新源
apt-get upgrade #更新系統

重新安裝VIM編輯器:apt-get install vim

OK基本這樣操作VIM就可以用了。
如果安裝了VIM還不行,那就從第一種或第二種方法,重新指定一下就可以了

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.