Add remaps for goto jumps

This commit is contained in:
Devon Tingley 2021-11-29 16:58:27 -05:00
parent ab82404011
commit 881cf8d319

View file

@ -31,3 +31,9 @@ let g:coc_global_extensions = [
\'coc-css',
\'coc-tsserver'
\]
" GoTo code navigation.
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)