aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-09-05 05:52:30 +0000
committerDmitry Sharshakov2021-09-05 05:52:30 +0000
commitbb26c589b4bf6aa30b0d14c3c5ee0d3dc6af0ca8 (patch)
tree80786dff202637c0a4db17f008d622d7e362e5bb
parent0e1e4edc5ee987f8037d6e73d6da2196773dc234 (diff)
Keybinding for editing log
-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 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,