dotar/SpaceVim.d/autoload/gundo.vim

8 lines
166 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +08:00
nmap ,u :GundoToggle<CR>
" open on the right so as not to compete with the nerdtree
let g:gundo_right = 1
" a little wider for wider screens
let g:gundo_width = 60