常用的一些配置 set t_ti= set t_te= "这两个比较特殊,后边说 set termencoding=utf-8 set encoding=utf-8 set fileencodings=utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1 "set fencs=utf8,gbk,gb2312,gb18030 set nocompatible " Use Vim defaults (much better!) set bs=…
centos vim配置高亮语法和格式化粘贴 设置vim别名和高亮grep词语 echo -e "\nalias vi=vim\nalias grep='grep --color'\n" >>~/.bashrc && source ~/.bashrc vim高亮语法和格式化粘贴 echo -e "\n\nset nobomb set number set showmode set autoindent set smartindent set sho…