Keybinding for editing log
This commit is contained in:
parent
0e1e4edc5e
commit
bb26c589b4
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue