Continue command in keymap

pull/574/head
Dmitry Sharshakov 3 years ago
parent 66c035fa99
commit 5230a2b669
No known key found for this signature in database
GPG Key ID: 471FD32E15FD8473

@ -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…
Cancel
Save