From 91381a843180139b3762573267203578b2935296 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 18 Mar 2021 17:18:38 +0100 Subject: [PATCH] vimrc: update Go shortcuts --- vim/after/ftplugin/go.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index ae4c688..dc533fd 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -17,8 +17,10 @@ nmap gD :GoDeclsDir " mnemonic: match nmap gm :GoSameIds -nmap gv :vsplit:GoAlternate! -nmap gs :split:GoAlternate! +nmap gv :vsplit:GoAlternate! +nmap gV :vsplit:GoAlternate! +nmap gs :split:GoAlternate! +nmap gS :split:GoAlternate! nmap gt :up:GoTest nmap gf :up:GoTestFunc nmap gat :GoAddTags