From 7bfaaf730a99cf22703211f9cb1d761f19032242 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 5 May 2025 12:02:40 -0400 Subject: [PATCH] update ideavimrc --- Configs/jetbrains/.config/ideavim/ideavimrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Configs/jetbrains/.config/ideavim/ideavimrc b/Configs/jetbrains/.config/ideavim/ideavimrc index 2c3ee9a..646d971 100644 --- a/Configs/jetbrains/.config/ideavim/ideavimrc +++ b/Configs/jetbrains/.config/ideavim/ideavimrc @@ -71,6 +71,8 @@ map Q gq nmap vmap vmap p "_dP +vmap J (MoveStatementDown) +vmap K (MoveStatementUp) let g:WhichKeyDesc_Nop = "" "" find @@ -92,6 +94,9 @@ let g:WhichKeyDesc_Find_Recents = "fr Recent" " nmap grr (FindUsages) " nmap lR (FindUsages) +nmap lj (GotoNextError) +nmap lk (GotoPreviousError) + "" editing let g:WhichKeyDesc_Commentary = "gc Comment" " nmap gco o(CommentByLineComment) @@ -99,7 +104,7 @@ let g:WhichKeyDesc_Commentary = "gc Comment" " nmap lf (ReformatCode) " vmap lf (ReformatCode) -" nmap lr (RenameElement) +nmap lr (RenameElement) "" git operation nmap gt (ActivateCommitToolWindow) @@ -133,5 +138,8 @@ nmap ° (SplitHorizontally) " nmap dO (StepOut) " nmap dE (EvaluateExpression) +"" UI +map z (ToggleDistractionFreeMode) + "" 快速关闭上次搜索结果高亮 nmap :nohlsearch \ No newline at end of file