vim配置备份


vim配置备份
 
set nu
set hlsearch
set ignorecase
set showmatch
syntax on
 
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
 
set cursorline
set autoread
filetype on
 
set ruler
 
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif

相关内容

    暂无相关文章