diff options
author | Blaž Hrastnik | 2021-10-19 14:56:06 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-11-06 15:29:12 +0000 |
commit | 09d8c139afc124595a7b505c6f58c660b10b6c6b (patch) | |
tree | 07d212d0f6dbb002319554fbb44f002304fc4bab /helix-term | |
parent | 14a3502cf132b93b47b12cf14c685f0b694893c6 (diff) |
dap: Enable sticky mode for the submode
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/src/keymap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |