From 8ce49daaa0eb0fa9ad1d110384e88b4dc6ea14b0 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 1 May 2013 11:21:19 -0500 Subject: [PATCH] Revert "Change indent/unindent behaviour in visual mode" This is not good for normal vim behavior. You should be able to hit '.' to repeat the last command. This change breaks that with respect to indenting. This reverts commit 72ff8f33db0f6b3ec37f8012d1979184c1751ff8. --- vim/plugin/settings/yadr-keymap.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index 1cd7577..e0a5043 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -127,10 +127,6 @@ nnoremap ,gcf :call GitGrep(expand("%:t:r")) nnoremap ,z :bp nnoremap ,x :bn -" Reselect visual block after indent/outdent -vnoremap < >gv - " ============================== " Window/Tab/Split Manipulation " ==============================