Continue command in keymap

This commit is contained in:
Dmitry Sharshakov 2021-08-21 20:44:14 +03:00
parent 66c035fa99
commit 5230a2b669
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473

View file

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