Added better moving in the code
This commit is contained in:
parent
782d4307d9
commit
ee2fb888d0
@ -255,6 +255,10 @@ vnoremap f <C-v>0I
|
|||||||
nnoremap <Leader>7 :tabprevious<CR>
|
nnoremap <Leader>7 :tabprevious<CR>
|
||||||
nnoremap <Leader>8 :tabnext<CR>
|
nnoremap <Leader>8 :tabnext<CR>
|
||||||
|
|
||||||
|
" Better moving
|
||||||
|
nnoremap J }
|
||||||
|
nnoremap K {
|
||||||
|
|
||||||
" Copy into system
|
" Copy into system
|
||||||
noremap <Leader>y "*y
|
noremap <Leader>y "*y
|
||||||
noremap <Leader>p "*p
|
noremap <Leader>p "*p
|
||||||
|
Loading…
Reference in New Issue
Block a user