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+-
|
||||
nnoremap <C--> <C-O>
|
||||
"===================Reselect visual block after indent/outdent============
|
||||
vnoremap < <gv
|
||||
vnoremap > >gv
|
||||
|
||||
" ===========Linewrap and jumping=============================
|
||||
setlocal wrap linebreak nolist
|
||||
set virtualedit=
|
||||
|
Loading…
x
Reference in New Issue
Block a user