标签:
_vimrc在用户目录下:
1 set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1 2 set encoding=utf-8 3 set termencoding=cp936 4 language messages zh_CN.UTF-8 5 color koehler 6 syntax on 7 set guifont=Consolas:h16 8 set fileformats=unix,dos 9 set ignorecase 10 set smartcase 11 set showmatch 12 highlight Comment ctermfg=LightCyan 13 set expandtab 14 set tabstop=4 15 set shiftwidth=4 16 set nu
标签:
原文地址:http://www.cnblogs.com/imzye/p/5059120.html