其他分享
首页 > 其他分享> > vim通用配置

vim通用配置

作者:互联网

 set number
 set nobackup
 set tabstop=4
 set cursorline
 highlight CursorLine   cterm=NONE ctermbg=black ctermfg=NONE guibg=NONE guifg=NONE                                                                      
 set smartindent
 set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
 set termencoding=utf-8
 set encoding=utf-8
 set hlsearch
 set shiftwidth=4

标签:NONE,set,utf,encoding,配置,gb18030,cterm,vim,通用
来源: https://www.cnblogs.com/Anthony-ling/p/10894440.html