From 62259b2d1ee4eca8531e6f555ee2716216cc2ec0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 30 Jul 2013 17:51:20 +1200 Subject: No longer using Gundo, remove binding --- vim/after/plugin/gundo.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vim/after/plugin/gundo.vim (limited to 'vim/after') 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 g ::GundoToggle - -- cgit v1.2.3