From ee97c509840aec5208bb24c097df8bd62d6cc4ce Mon Sep 17 00:00:00 2001 From: kkard2 Date: Tue, 11 Jul 2023 10:00:41 +0200 Subject: goto references --- idea/.ideavimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'idea') diff --git a/idea/.ideavimrc b/idea/.ideavimrc index d5dbe25..7b93851 100644 --- a/idea/.ideavimrc +++ b/idea/.ideavimrc @@ -88,6 +88,7 @@ nmap a (GotoAction) " goto is a bad language feature nmap gd (GotoDeclaration) nmap gi (GotoImplementation) +nmap gr (FindUsages) nmap gh (QuickJavaDoc) nmap ge (GotoNextError) nmap gE (GotoPreviousError) -- cgit v1.3.1