From eeee89ba253d5484090b0323121c437346a267d5 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 1 Aug 2023 09:14:21 -0400 Subject: [PATCH] add goto type decl for ideavim --- .ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.ideavimrc b/.ideavimrc index b97a306..ba472c2 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -41,6 +41,7 @@ nmap ir :(IdeaVim.ReloadVimRc.reload) nmap :(SearchEverywhere) nmap it :(ActivateTerminalToolWindow) nmap / :(FindInPath) +nmap gy :(GotoTypeDeclaration) " Harpoon Binds nmap (ShowHarpoon)