summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-13 23:58:08 +0200
committerkkard2 <[email protected]>2023-07-13 23:58:08 +0200
commitfd93f883af7fe1051df421683f972f06f16f6026 (patch)
tree20fea0576ca39c5101775f68aaf042db2c0b4c6f
parenta54d532256cbd04b95ab70cd766325b5267032d0 (diff)
parentee97c509840aec5208bb24c097df8bd62d6cc4ce (diff)
oh god i hope this is the last time i needed to force push
-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)