From bb26c589b4bf6aa30b0d14c3c5ee0d3dc6af0ca8 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 5 Sep 2021 08:52:30 +0300 Subject: Keybinding for editing log --- helix-term/src/keymap.rs | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3-70-g09d2