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:
@@ -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
|
||||||
" ==============================
|
" ==============================
|
||||||
|
|||||||
Reference in New Issue
Block a user