From 8543a17b1135f08c173335e461552b28e6599132 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Mon, 22 Apr 2019 23:16:43 +0300 Subject: [PATCH] [nvim] change "Go to..." mappings --- nvim/lib/completion.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)