From 09d8c139afc124595a7b505c6f58c660b10b6c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Tue, 19 Oct 2021 23:56:06 +0900 Subject: [PATCH] dap: Enable sticky mode for the submode --- helix-term/src/keymap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 35dbce2f..fd56a5c9 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -571,7 +571,7 @@ impl Default for Keymaps { "s" => symbol_picker, "a" => code_action, "'" => last_picker, - "d" => { "Debug" + "d" => { "Debug" sticky=true "l" => dap_launch, "b" => dap_toggle_breakpoint, "c" => dap_continue,