From 2880bf246dbdd07d0a2cd2bf8117cf86aa2f0d09 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 27 Oct 2022 10:12:21 -0400 Subject: [PATCH] More go mappings --- vimrc | 1 + 1 file changed, 1 insertion(+) 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