diff options
| -rw-r--r-- | ftplugin/go.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ftplugin/go.vim b/ftplugin/go.vim index 4cf9e62..dafb134 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -35,6 +35,7 @@ nmap <buffer> Zc <Plug>(go-test-compile)  nmap <buffer> Zf <Plug>(go-imports)  nmap <buffer> <leader>z <Plug>(go-test)  nmap <buffer> <leader>Z <Plug>(go-test-func) +nnoremap <buffer> Zs :execute '!go test ' . fnameescape(expand('%:p:h'))<CR>  nmap <buffer> z<C-^> <Plug>(go-alternate-edit)  nmap <buffer> <C-w>z<C-^> <Plug>(go-alternate-vertical) | 
