常用VIM配置
1 set number " 顯示行號
2 syntax on " 語法提示
"縮進
"縮進
3 set sm
"解決中文編碼問題
"解決中文編碼問題
4 set encoding=prc
5 set termencoding=prc
6 set fileencodings=utf-8,gbk,cp936
"字體
"字體
7 set guifont=Consolas:h14:cANSI
"指定backspace鍵為刪除
"指定backspace鍵為刪除
8 set backspace=eol,start,indent
posted on 2012-02-09 11:43 vagasnail 閱讀(247) 評論(0) 編輯 收藏 所屬分類: 生活隨想