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.
This commit is contained in:
Yan Pritzker 2013-05-01 11:21:19 -05:00
parent 673e1d1230
commit 8ce49daaa0

View File

@ -127,10 +127,6 @@ nnoremap ,gcf :call GitGrep(expand("%:t:r"))<CR>
nnoremap <silent> ,z :bp<CR>
nnoremap <silent> ,x :bn<CR>
" Reselect visual block after indent/outdent
vnoremap < <gv
vnoremap > >gv
" ==============================
" Window/Tab/Split Manipulation
" ==============================