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