Added moving when mode is visual

This commit is contained in:
2022-09-10 14:00:57 +02:00
parent 6080ab660f
commit 7d0d20779d

View File

@ -499,6 +499,9 @@ inoremap <C-t> <Esc>:tabnew<CR>
nnoremap J }
nnoremap K {
vnoremap J }
vnoremap K {
" Copy into system
noremap <Leader>y "*y
noremap <Leader>p "*p