mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
dap: Enable sticky mode for the submode
This commit is contained in:
parent
14a3502cf1
commit
09d8c139af
@ -571,7 +571,7 @@ fn default() -> 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,
|
||||
|
Loading…
Reference in New Issue
Block a user