aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:51:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:51:20 +1200
commit62259b2d1ee4eca8531e6f555ee2716216cc2ec0 (patch)
treef98c14ce48b7c93c9f154ff23f0f3ca18bbea676 /vim/after/plugin
parentFix grep/ls aliasing for efficiency/correctness (diff)
downloaddotfiles-62259b2d1ee4eca8531e6f555ee2716216cc2ec0.tar.gz
dotfiles-62259b2d1ee4eca8531e6f555ee2716216cc2ec0.zip
No longer using Gundo, remove binding
Diffstat (limited to 'vim/after/plugin')
-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>
-