vimrc檔案是讓vim執行的

來源:互聯網
上載者:User
有關vim設定。2012-6-4 16:54

提問者:
水閣公子 | 瀏覽次數:58次

本人vim新手,只是想啟用一下vim的設定而已,望知道的大哥指點。 運行bash-3.2# source ./vimrc_example.vi結果失敗, 不知道是怎麼了。bash-3.2# cd /usr/share/vim/vim71/bash-3.2# source ./vimrc_example.vim bash:  An example for a vimrc file.: command not foundbash:  Maintainer:      Bram Moolenaar <Bram@vim.org>: command not foundbash: : command not foundbash:      for Unix and OS/2:  ~/.vimrc: No such file or directorybash:   for MS-DOS and Win32:  \_vimrc: command not foundbash: ./vimrc_example.vim: line 17: syntax error near unexpected token `('bash: ./vimrc_example.vim: line 17: `" Use Vim settings, rather then Vi settings (much better!).'
我來幫他解答

   

檢舉|2012-6-4 22:00

滿意回答

當然錯了, vimrc 檔案是讓vim執行的。你在 bash中執行 source命令,shell把vimrc作為 shell指令碼執行。vim /usr/share/vim/vim71/vimrc_example.vim 然後在vim中輸入 :so %就可以了。
追問
謝謝你的協助,那我還想問下,怎麼能讓vimrc對每次vim開啟都有效呢,我發現我那樣設了之後,也只是對當前的vim視窗管用而已?不好意思,新手的問題,難免幼稚些。
回答
vim每次啟動都會載入~/.vimrc檔案,只要把初始設定寫在這個檔案裡,就會自動載入。執行以下命令cat /usr/share/vim/vim71/vimrc_example.vim >> ~/.vimrc就可以了。
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.