]> code.delx.au - dotfiles/blob - .vim/state.vim
Vim has latex report abbreviation
[dotfiles] / .vim / state.vim
1 " Keep viminfo
2 set viminfo=%,'100,\"100,:100,n~/.vim/viminfo
3
4 " Vim jumps to the last position when reading a file
5 au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif
6
7 " Keep history
8 set history=100
9