mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 05:23:46 +01:00
add quick cursor jumping
This commit is contained in:
parent
0cf2c5b5c7
commit
cc82b0f63a
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue