diff options
| author | kkard2 <[email protected]> | 2024-10-31 09:28:14 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-10-31 09:28:14 +0100 |
| commit | 0752f1795441d7f615f15f3b3707a9c110ed630a (patch) | |
| tree | 58bc5728366f89c84c737207d92a92f6722637c4 | |
| parent | 65aaf373a7ecd2ffc5009008e6b5a0ef86cb006c (diff) | |
idk if this fully works, but is much better nonetheless
| -rw-r--r-- | idea/.ideavimrc | 6 |
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) |
