diff options
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index d07d1ca3..7a3ef26d 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -497,6 +497,7 @@ impl Default for Keymaps { "n" => dap_next, "v" => dap_variables, "t" => dap_terminate, + "C-c" => dap_edit_condition, "s" => { "Switch" "t" => dap_switch_thread, "f" => dap_switch_stack_frame, |