vimrc配置

 

 

set nu
set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,cp936
set fileencoding=utf-8
" 
set autoindent
set cindent
set tabstop=4

set softtabstop=4
set shiftwidth=4

set noexpandtab

set ignorecase

set hlsearch
set incsearch

set laststatus=2

filetype on

set showmatch

set scrolloff=3

set cursorline " 突出显示当前

 

 

 

你可能感兴趣的:(vim)