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:
parent
673e1d1230
commit
8ce49daaa0
@ -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
|
||||||
" ==============================
|
" ==============================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user