其他分享
首页 > 其他分享> > 我的.vimrc配置

我的.vimrc配置

作者:互联网

colorscheme desert
set guifont=Consolas:h11
set tabstop=4
set expandtab
set shiftwidth=4
set nowrap

set noswapfile
set nobackup
set noundofile

set nohlsearch
set incsearch

set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
map :!python %
set nu
set guioptions-=T
set cindent

标签:incsearch,gb18030,set,vimrc,配置,noundofile,expandtab,ucs
来源: https://www.cnblogs.com/frankhuang/p/11221712.html