summaryrefslogtreecommitdiff
path: root/idea/.ideavimrc
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-07 13:55:33 +0200
committerkkard2 <[email protected]>2023-07-07 13:55:33 +0200
commit08f8dfc685b5cbc0dafa1e6d95f7f19d9cbc9437 (patch)
tree91eb88a0d09100ee8b3e3aee617b07a096e9638f /idea/.ideavimrc
parent4e077b6e22b830e303a65fa200dbd65706f2dcc9 (diff)
lsp rename
Diffstat (limited to 'idea/.ideavimrc')
-rw-r--r--idea/.ideavimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/idea/.ideavimrc b/idea/.ideavimrc
index 9a35082..7d12d69 100644
--- a/idea/.ideavimrc
+++ b/idea/.ideavimrc
@@ -37,6 +37,9 @@ nmap <leader>fp <Action>(ActivateProblemsViewToolWindow)
nmap <leader>ft <Action>(ActivateUnitTestsToolWindow)
nmap <leader>fx <Action>(HideAllWindows)
+" lsp ig?
+nmap <leader>lr <Action>(RenameElement)
+
" tabs
nmap <leader>j <Action>(NextTab)
nmap <leader>k <Action>(PreviousTab)