aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/after/plugin/gundo.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/after/plugin/gundo.vim b/vim/after/plugin/gundo.vim
deleted file mode 100644
index 77d62a4d..00000000
--- a/vim/after/plugin/gundo.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-" Only run this is function available
-if !exists(':GundoToggle')
- finish
-endif
-
-" Gundo key binding
-nnoremap <silent> <leader>g :<C-U>:GundoToggle<CR>
-