Reselect visual block after indent/outdent
This commit is contained in:
parent
3e229f483d
commit
50c947a829
4
init.vim
4
init.vim
@ -144,6 +144,10 @@ vnoremap <silent> ü :<C-U>
|
|||||||
|
|
||||||
"map jump back to ctrl+-
|
"map jump back to ctrl+-
|
||||||
nnoremap <C--> <C-O>
|
nnoremap <C--> <C-O>
|
||||||
|
"===================Reselect visual block after indent/outdent============
|
||||||
|
vnoremap < <gv
|
||||||
|
vnoremap > >gv
|
||||||
|
|
||||||
" ===========Linewrap and jumping=============================
|
" ===========Linewrap and jumping=============================
|
||||||
setlocal wrap linebreak nolist
|
setlocal wrap linebreak nolist
|
||||||
set virtualedit=
|
set virtualedit=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user