diff options
| author | kkard2 <[email protected]> | 2023-07-11 10:00:41 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-11 10:00:41 +0200 |
| commit | ee97c509840aec5208bb24c097df8bd62d6cc4ce (patch) | |
| tree | 20fea0576ca39c5101775f68aaf042db2c0b4c6f /idea | |
| parent | fa11cfc70e98574930f73884957891db44471af8 (diff) | |
goto references
Diffstat (limited to 'idea')
| -rw-r--r-- | idea/.ideavimrc | 1 |
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) |
