Add tags shortcut (F8)

This commit is contained in:
Brian Buller 2016-06-07 10:43:27 -05:00
parent 13863cf411
commit 0fd4218b80
1 changed files with 2 additions and 0 deletions

View File

@ -79,3 +79,5 @@ autocmd BufWritePost,FileWritePost *.go execute 'Lint' | cwindow
" Use `goimports` instead of `gofmt`
let g:go_fmt_command = "goimports"
nmap <F8> :TagbarToggle<CR>