1
0
nvim-config/config/bundle/gundo.vim
2015-03-13 00:21:54 +01:00

8 lines
211 B
VimL

let g:gundo_width = 60
let g:gundo_preview_height = 30
let g:gundo_right = 1
nnoremap <silent> <F11> :GundoToggle<CR>
inoremap <silent> <F11> <C-O>:GundoToggle<CR>
vnoremap <silent> <F11> <ESC>:GundoToggle<CR>