1
0
nvim-config/plugins/gundo.vim
valeth c32364f2cc move config/plugins to plugins
same reason as the core config directory
2015-04-14 18:14:29 +02: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>