Continue command in keymap
This commit is contained in:
parent
66c035fa99
commit
5230a2b669
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue