dap: Enable sticky mode for the submode
This commit is contained in:
parent
14a3502cf1
commit
09d8c139af
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue