From 0a66f9f5412af3d88eeec69c740a7aea1cd7f26b Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 5 Apr 2021 21:56:07 +0200 Subject: [PATCH] vimrc: Add GoDecls shortcuts --- vim/after/ftplugin/go.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index e7cd838..364eb7d 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -4,6 +4,8 @@ nmap gt :up:GoTest! nmap gT :up:GoTest nmap gf :up:GoTestFunc! nmap gF :up:GoTestFunc +nmap gj :GoDecls +nmap gJ :GoDeclsDir nmap K (lsp-hover) nmap gk :GoDocBrowser