aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/gundo.vim
blob: 77d62a4da17f6dde7b32206ecf1d21eb44ff1de1 (plain) (blame)
1
2
3
4
5
6
7
8
" Only run this is function available
if !exists(':GundoToggle')
    finish
endif

" Gundo key binding
nnoremap <silent> <leader>g :<C-U>:GundoToggle<CR>