diff options
Diffstat (limited to 'ftplugin/go.vim')
-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 fef741b..29243ef 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -29,5 +29,6 @@ setlocal commentstring=//\ %s nmap <buffer> Zr :GoRun .<CR> nmap <buffer> Zb <Plug>(go-build) 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) |