summaryrefslogtreecommitdiff
path: root/idea/.ideavimrc
diff options
context:
space:
mode:
Diffstat (limited to 'idea/.ideavimrc')
-rw-r--r--idea/.ideavimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/idea/.ideavimrc b/idea/.ideavimrc
index d5dbe25..7b93851 100644
--- a/idea/.ideavimrc
+++ b/idea/.ideavimrc
@@ -88,6 +88,7 @@ nmap <leader>a <Action>(GotoAction)
" goto is a bad language feature
nmap gd <Action>(GotoDeclaration)
nmap gi <Action>(GotoImplementation)
+nmap gr <Action>(FindUsages)
nmap gh <Action>(QuickJavaDoc)
nmap ge <Action>(GotoNextError)
nmap gE <Action>(GotoPreviousError)