More go mappings

This commit is contained in:
2022-10-27 10:12:21 -04:00
parent de7fb8f43b
commit 2880bf246d

1
vimrc
View File

@@ -62,6 +62,7 @@ endfunction
au FileType go nmap <leader>b :<C-u>call <SID>build_go_files()<CR>
au FileType go nmap <leader>d :GoDef<CR>
au FileType go nmap <leader>N :GoRename<CR>
au FileType go nmap <leader>R :GoReferrers<CR>
map <leader>t :w<CR>