summaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-24 17:32:38 +0000
committerDmitry Sharshakov2021-08-24 17:32:38 +0000
commit235a84d989acb609ea34b423a45850d888a4038a (patch)
tree949b6dc5c759c0eb1662622c9ae3c4985283295b /helix-term/src/keymap.rs
parent299da5a35b1917812a0f37e046d946031474d606 (diff)
Remove shortcut for starting debug
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 776f02ca..02b5f25c 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -486,7 +486,6 @@ impl Default for Keymaps {
"a" => code_action,
"'" => last_picker,
"d" => { "Debug"
- "s" => dap_start,
"b" => dap_toggle_breakpoint,
"r" => dap_run,
"c" => dap_continue,