Added better moving in the code

This commit is contained in:
Marcin Woźniak 2021-11-01 10:42:34 +01:00
parent 782d4307d9
commit ee2fb888d0
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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