Don't leave visual mode after indenting

This commit is contained in:
ItsDrike 2021-07-27 02:50:50 +02:00
parent 1a35c2fba6
commit b0cd53e47e
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -45,3 +45,7 @@ noremap <silent> <C-Right> :vertical resize -3<CR>
noremap <silent> <C-Up> :resize +3<CR>
noremap <silent> <C-Down> :resize -3<CR>
" Don't leave visual mode after indenting
vmap < <gv
vmap > >gv