From bf251c81a297e66b01d05f07ac34ea96813992cf Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 30 Apr 2014 10:21:57 -0400 Subject: [PATCH] Ctrl-F7 no longer tries to restore the visual selection as it doesn't make sense to try when the focus is stolen like it is with this toggle --- vim/config/keyboard.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 74baf13..5c3cb0b 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -393,7 +393,7 @@ "toggle signify and signify highlight let g:signify_mapping_toggle = '' nnoremap ':Extradite:wincmd x:wincmd j:resize 10' - xnoremap ':Extradite:wincmd x:wincmd j:resize 10gv' + xnoremap ':Extradite:wincmd x:wincmd j:resize 10v' inoremap ':Extradite:wincmd x:wincmd j:resize 10' "bindings to trigger the tagbar list of tags