dap: Enable sticky mode for the submode

This commit is contained in:
Blaž Hrastnik 2021-10-19 23:56:06 +09:00
parent 14a3502cf1
commit 09d8c139af

View File

@ -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,