少平

导航

VIMRC

syntax on
filetype on
set autoindent
set mouse=a
set nowrap
set hlsearch
set incsearch
set ignorecase
set nu
set tabstop=4
set laststatus=2


set tags=tags;/


au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif

posted on 2016-10-31 17:33  少平  阅读(83)  评论(0编辑  收藏  举报