diff --git a/ftplugin/go.vim b/ftplugin/go.vim index e9d2b00ca4..f322ea3984 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -33,6 +33,8 @@ if get(g:, "go_def_mapping_enabled", 1) " useful again for Go source code nnoremap gd :GoDef nnoremap :GoDef + nnoremap :call go#def#Jump("split") + nnoremap ] :call go#def#Jump("split") nnoremap :call go#def#StackPop(v:count1) endif