Merge pull request #289 from skwp/visual_sel_aft_indent

Change indent/unindent behaviour in visual mode
This commit is contained in:
Yan Pritzker 2013-04-08 07:33:10 -07:00
commit fdc08d9302

View File

@ -130,6 +130,10 @@ 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
" ==============================