From 103b500492d35aaca0e7e81da2a2df2005e13c6b Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 6 Mar 2012 15:44:41 -0800 Subject: [PATCH] Remove semicolon mapping; semicolon is used to repeat last find command --- vim/plugin/settings/yadr-keymap.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index cea0a5d6..de093b1d 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -42,9 +42,6 @@ nnoremap ci" " Add spaces around a symbol with Ctrl-Space nnoremap i a -" Don't have to use Shift to get into command mode, just hit semicolon -nnoremap ; : - "Go to last edit location with ,. nnoremap ,. '.