nmap b (go-build) nmap r (go-run) nmap i (go-info) nmap t (go-test-func) nmap d (go-doc) let g:go_fmt_command = "goimports" let g:go_auto_type_info = 1 let g:syntastic_go_checkers = ['go', 'govet'] set autowrite command! -bang A call go#alternate#Switch(0, 'edit') command! -bang AV call go#alternate#Switch(0, 'vsplit') command! -bang AS call go#alternate#Switch(0, 'split')