From 2b9db059deb359250217de3d2cb731d18f304e45 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 22 Sep 2025 13:33:29 +0200 Subject: [PATCH] added GotoSymbol action --- ideavim/.ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ideavim/.ideavimrc b/ideavim/.ideavimrc index d86183d..6a51eee 100644 --- a/ideavim/.ideavimrc +++ b/ideavim/.ideavimrc @@ -20,6 +20,7 @@ map fa (GotoAction) map fc (GotoClass) map fe (SearchEverywhere) map ff (GotoFile) +map fs (GotoSymbol) map fg (FindInPath) map fd (GotoDeclaration) map fr (FindUsages)