aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-21 17:44:14 +0000
committerDmitry Sharshakov2021-08-21 17:44:14 +0000
commit5230a2b6698ee4d8dc69a7855b046a887bfefcff (patch)
treea79584b01331f3d663d2f99748bb12821a506e20 /helix-term/src/keymap.rs
parent66c035fa995e7061b35a48e87c3698c6f2ad72ff (diff)
Continue command in keymap
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 6bb7ca97..578cb7d7 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -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"