diff --git a/vimrc b/vimrc index 3b3d32e..00bb9f7 100644 --- a/vimrc +++ b/vimrc @@ -62,6 +62,7 @@ endfunction au FileType go nmap b :call build_go_files() au FileType go nmap d :GoDef +au FileType go nmap N :GoRename au FileType go nmap R :GoReferrers map t :w