Adding ^u as gundo toggle

This commit is contained in:
Hunter Haugen 2012-04-16 15:11:03 -07:00
parent 64833ab52b
commit 42cd0707e7

3
.vimrc
View file

@ -1242,6 +1242,9 @@ noremap <F12> <Esc>:syntax sync fromstart<CR>
inoremap <F12> <C-o>:syntax sync fromstart<CR>
syntax sync minlines=200
" Gundo - Vim's undo tree for humans
nnoremap <silent> <C-U> :GundoToggle<CR>
" NERD tree. Yay!
nnoremap <silent> <C-G> :NERDTreeToggle<CR>