Reselect visual block after indent/outdent

This commit is contained in:
Oliver Hartmann 2019-07-03 09:35:31 +02:00
parent 3e229f483d
commit 50c947a829

View File

@ -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=