From 31ca3727ec95a0b52500e1fa6ce707f6aab0027a Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 1 Oct 2025 10:51:35 +0200 Subject: [PATCH] add go to implementation --- ideavim/.ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ideavim/.ideavimrc b/ideavim/.ideavimrc index 6a51eee..6171e93 100644 --- a/ideavim/.ideavimrc +++ b/ideavim/.ideavimrc @@ -23,6 +23,7 @@ map ff (GotoFile) map fs (GotoSymbol) map fg (FindInPath) map fd (GotoDeclaration) +map fi (ReSharperGotoImplementation) map fr (FindUsages) map ft (GotoTypeDeclaration)