aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-20 16:11:37 +0000
committerDmitry Sharshakov2021-08-20 16:11:37 +0000
commit738e8a4dd3e9b22cd8b2d35a48ddc104a53187c4 (patch)
tree2ef16cb941c8abf5d24a130e5143f7310a6fa26f /helix-term/src/keymap.rs
parent9e22842d51af88b652a66926ac5b5eded182779d (diff)
Unify init and launch commands
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 3318a607..13905bbf 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -486,8 +486,7 @@ impl Default for Keymaps {
"a" => code_action,
"'" => last_picker,
"d" => { "Debug"
- "i" => dap_init,
- "s" => dap_launch,
+ "s" => dap_start,
"b" => dap_toggle_breakpoint,
"r" => dap_run,
},