summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-07 13:55:33 +0200
committerkkard2 <[email protected]>2023-07-09 11:51:07 +0200
commita3c182f60da861f3d62378978406c640dd1ec095 (patch)
tree8b4a6bc17bf57fe88b0441733272d59e9647b50d
parent0d477e37a06bf9083f230c1b97ecdc81ce81fcc7 (diff)
lsp rename
-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)