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 72ff8f33db.
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> ,z :bp<CR>
nnoremap <silent> ,x :bn<CR> nnoremap <silent> ,x :bn<CR>
" Reselect visual block after indent/outdent
vnoremap < <gv
vnoremap > >gv
" ============================== " ==============================
" Window/Tab/Split Manipulation " Window/Tab/Split Manipulation
" ============================== " ==============================