Add vim Ctrl+J Ctrl+K in visual mode

This commit is contained in:
Talia 2023-10-16 16:37:40 +02:00
parent 29ad47e394
commit b6d5a3423a
1 changed files with 2 additions and 0 deletions

View File

@ -529,6 +529,8 @@ exec 'noremap gk '.g:jmp_dist.'k'
nnoremap <C-k> ddkP
nnoremap <C-j> ddp
vnoremap <C-k> :m '<-2<CR>gv
vnoremap <C-j> :m '>+1<CR>gv
nnoremap <C-h> b
nnoremap <C-l> e