mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 06:31:52 +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>
|
nnoremap <silent> fzf :FZF<CR>
|
||||||
|
|
||||||
|
" quick cursor movement while holding ctrl
|
||||||
|
nnoremap <C-Up> 5k
|
||||||
|
nnoremap <C-Down> 5j
|
||||||
|
|
||||||
" GoTo code navigation.
|
" GoTo code navigation.
|
||||||
nmap <silent> gd <Plug>(coc-definition)
|
nmap <silent> gd <Plug>(coc-definition)
|
||||||
nmap <silent> gy <Plug>(coc-type-definition)
|
nmap <silent> gy <Plug>(coc-type-definition)
|
||||||
|
|
Loading…
Add table
Reference in a new issue