mirror of https://github.com/helix-editor/helix
Continue command in keymap
parent
66c035fa99
commit
5230a2b669
|
@ -489,6 +489,7 @@ impl Default for Keymaps {
|
|||
"s" => dap_start,
|
||||
"b" => dap_toggle_breakpoint,
|
||||
"r" => dap_run,
|
||||
"c" => dap_continue,
|
||||
"t" => dap_terminate,
|
||||
},
|
||||
"w" => { "Window"
|
||||
|
|
Loading…
Reference in New Issue