From 819a03680a541bfb753910ba813006b4b0578e07 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 25 Jul 2025 08:44:44 +0200 Subject: [PATCH] add ideavim stuff --- .ideavimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ideavimrc b/.ideavimrc index e537e7d..37b0bfe 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -22,6 +22,7 @@ map fe (SearchEverywhere) map ff (GotoFile) map fg (FindInPath) map fd (GotoDeclaration) +map fr (FindUsages) map ft (GotoTypeDeclaration) map (List-selectNextRow) @@ -30,6 +31,7 @@ nnoremap :action GotoPreviousError map rc (IdeaVim.ReloadVimRc.reload) map z (ToggleDistractionFreeMode) +map b (ToggleLineBreakpoint) map er (Run) map ca (ShowIntentionActions) map oe (ShowErrorDescription)