From 06c83b2e3d5e8d229b16ffcae6159a6564c48e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 4 Mar 2021 16:18:01 +0100 Subject: [PATCH] Add more stuff to ideavimrc --- symlinks/ideavimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/symlinks/ideavimrc b/symlinks/ideavimrc index 565b2c2..4cacd4a 100644 --- a/symlinks/ideavimrc +++ b/symlinks/ideavimrc @@ -10,13 +10,19 @@ set ideajoin set idearefactormode=keep " IdeaVIM mappings -noremap :action SearchEverywhere +nnoremap :action SearchEverywhere nnoremap gd :action GotoDeclaration nnoremap gi :action GotoImplementation nnoremap gr :action FindUsages nnoremap rn :action RenameElement +nnoremap :action FindInPath +nnoremap tn :action RunAnything +nnoremap tf :action RunClass +inoremap :action ParameterInfo +nnoremap :action ParameterInfo nnoremap ac :action ShowIntentionActions command! Start action Run command! A action GotoTest +command! Scratch action NewScratchBuffer