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"