add Gundo.vim

This commit is contained in:
2016-08-09 21:33:23 +02:00
parent 8528722af7
commit a9cf93e7b2
4 changed files with 16 additions and 2 deletions

12
.vimrc
View File

@@ -322,7 +322,7 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"⋅=>nerdtree settings
"⋅=> nerdtree settings
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Open a NERDTree automatically when no files were specified
" autocmd StdinReadPre * let s:std_in=1
@@ -337,6 +337,16 @@ let NERDTreeShowHidden=1
" map ctrl+n to toogle nerdtree
map <C-n> :NERDTreeToggle<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"⋅=> Gundo settings
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Toogle Gundo
nnoremap <F5> :GundoToggle<CR>
let g:gundo_width = 60
let g:gundo_preview_height = 40
let g:gundo_right = 1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Misc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""