diff options
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 1b04b5cd..7710c321 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -490,7 +490,6 @@ impl Default for Keymaps { "d" => { "Debug" "l" => dap_launch, "b" => dap_toggle_breakpoint, - "r" => dap_run, "c" => dap_continue, "h" => dap_pause, "i" => dap_step_in, |