diff options
-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 7a3ef26d..a0f2be94 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -498,6 +498,7 @@ impl Default for Keymaps { "v" => dap_variables, "t" => dap_terminate, "C-c" => dap_edit_condition, + "C-l" => dap_edit_log, "s" => { "Switch" "t" => dap_switch_thread, "f" => dap_switch_stack_frame, |