add quick cursor jumping

This commit is contained in:
LordMZTE 2021-01-13 21:10:37 +01:00
parent 0cf2c5b5c7
commit cc82b0f63a

View file

@ -52,6 +52,10 @@ let NERDTreeShowHidden=1
nnoremap <silent> fzf :FZF<CR>
" quick cursor movement while holding ctrl
nnoremap <C-Up> 5k
nnoremap <C-Down> 5j
" GoTo code navigation.
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-definition)