mirror of https://github.com/helix-editor/helix
dap: Enable sticky mode for the submode
parent
14a3502cf1
commit
09d8c139af
|
@ -571,7 +571,7 @@ impl Default for Keymaps {
|
||||||
"s" => symbol_picker,
|
"s" => symbol_picker,
|
||||||
"a" => code_action,
|
"a" => code_action,
|
||||||
"'" => last_picker,
|
"'" => last_picker,
|
||||||
"d" => { "Debug"
|
"d" => { "Debug" sticky=true
|
||||||
"l" => dap_launch,
|
"l" => dap_launch,
|
||||||
"b" => dap_toggle_breakpoint,
|
"b" => dap_toggle_breakpoint,
|
||||||
"c" => dap_continue,
|
"c" => dap_continue,
|
||||||
|
|
Loading…
Reference in New Issue