From 0752f1795441d7f615f15f3b3707a9c110ed630a Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 31 Oct 2024 09:28:14 +0100 Subject: idk if this fully works, but is much better nonetheless --- idea/.ideavimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idea/.ideavimrc b/idea/.ideavimrc index 4052ec0..f09fa27 100644 --- a/idea/.ideavimrc +++ b/idea/.ideavimrc @@ -88,9 +88,9 @@ nmap (GotoFile) nmap a (GotoAction) " goto is a bad language feature -nmap gd (GotoDeclaration) -nmap gi (GotoImplementation) -nmap gr (FindUsages) +nmap gd m'(GotoDeclaration) +nmap gi m'(GotoImplementation) +nmap gr m'(FindUsages) " debugging nmap \b (ToggleLineBreakpoint) -- cgit v1.3.1