diff --git a/nvim/lib/completion.vim b/nvim/lib/completion.vim index 891a01f..9716729 100644 --- a/nvim/lib/completion.vim +++ b/nvim/lib/completion.vim @@ -32,10 +32,10 @@ nmap [c (coc-diagnostic-prev) nmap ]c (coc-diagnostic-next) - nmap jd (coc-definition) - nmap jt (coc-type-definition) - nmap ji (coc-implementation) - nmap jr (coc-references) + nmap gd (coc-definition) + nmap gt (coc-type-definition) + nmap gi (coc-implementation) + nmap gr (coc-references) nmap (coc-rename) nmap (coc-codeaction) vmap (coc-codeaction-selected)