Added better moving in the code

This commit is contained in:
Marcin Woźniak 2021-11-01 10:42:34 +01:00
parent 52b6c3b61f
commit 17941a76ba

View File

@ -255,6 +255,10 @@ vnoremap f <C-v>0I
nnoremap <Leader>7 :tabprevious<CR>
nnoremap <Leader>8 :tabnext<CR>
" Better moving
nnoremap J }
nnoremap K {
" Copy into system
noremap <Leader>y "*y
noremap <Leader>p "*p