summaryrefslogtreecommitdiff
path: root/idea/.ideavimrc
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2024-10-31 09:28:14 +0100
committerkkard2 <[email protected]>2024-10-31 09:28:14 +0100
commit0752f1795441d7f615f15f3b3707a9c110ed630a (patch)
tree58bc5728366f89c84c737207d92a92f6722637c4 /idea/.ideavimrc
parent65aaf373a7ecd2ffc5009008e6b5a0ef86cb006c (diff)
idk if this fully works, but is much better nonetheless
Diffstat (limited to 'idea/.ideavimrc')
-rw-r--r--idea/.ideavimrc6
1 files 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 <leader><leader> <Action>(GotoFile)
nmap <leader>a <Action>(GotoAction)
" goto is a bad language feature
-nmap gd <Action>(GotoDeclaration)
-nmap gi <Action>(GotoImplementation)
-nmap gr <Action>(FindUsages)
+nmap gd m'<Action>(GotoDeclaration)
+nmap gi m'<Action>(GotoImplementation)
+nmap gr m'<Action>(FindUsages)
" debugging
nmap \b <Action>(ToggleLineBreakpoint)