Search Posts

my .vimrc

syntax on




" Uncomment the following to have Vim jump to the last position when
" reopening a file
if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
\| exe "normal! g'\"" | endif
endif

Leave a Reply

Your email address will not be published. Required fields are marked *