diff options
Diffstat (limited to 'idea')
| -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) |
