Adding ^u as gundo toggle
This commit is contained in:
parent
64833ab52b
commit
42cd0707e7
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue