From b15f3483aef7eeee88d563f57d36b93b7d867ff0 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 20 Nov 2025 13:55:43 +0100 Subject: [PATCH] keybinding to remove all breakpoints --- ideavim/.ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ideavim/.ideavimrc b/ideavim/.ideavimrc index 6171e93..b737bf4 100644 --- a/ideavim/.ideavimrc +++ b/ideavim/.ideavimrc @@ -35,6 +35,7 @@ map i (Inline) map rc (IdeaVim.ReloadVimRc.reload) map z (ToggleDistractionFreeMode) map b (ToggleLineBreakpoint) +map B (Debugger.RemoveAllBreakpoints) map er (Run) map ca (ShowIntentionActions) map oe (ShowErrorDescription)