summaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-20 05:06:55 +0000
committerBlaž Hrastnik2021-08-20 05:06:55 +0000
commita54b09e3fe6eaf72ab7a4f3664efc0b8b7cf13fd (patch)
treed64c38f4c9d79b11e24dbf5eb89a72111f11903b /helix-term/src/keymap.rs
parent94a1951d40d26f4f535bdb5aab5668c84fdd95ae (diff)
dap: Split out launch from init
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 05b75c5d..840bd7e6 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -486,7 +486,8 @@ impl Default for Keymaps {
"a" => code_action,
"'" => last_picker,
"d" => { "Debug"
- "b" => toggle_breakpoint,
+ "b" => dap_toggle_breakpoint,
+ "r" => dap_launch,
},
"w" => { "Window"
"C-w" | "w" => rotate_view,