diff options
author | Dmitry Sharshakov | 2021-09-05 05:52:30 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-09-05 05:52:30 +0000 |
commit | bb26c589b4bf6aa30b0d14c3c5ee0d3dc6af0ca8 (patch) | |
tree | 80786dff202637c0a4db17f008d622d7e362e5bb /helix-term | |
parent | 0e1e4edc5ee987f8037d6e73d6da2196773dc234 (diff) |
Keybinding for editing log
Diffstat (limited to 'helix-term')
-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, |