From e2c74d26e060521b48fb597d5b758d328ad4cfd6 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 20 Aug 2021 18:18:35 +0300 Subject: Add command to run debug target --- helix-term/src/keymap.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'helix-term/src/keymap.rs') diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 840bd7e6..651fbdf2 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -486,8 +486,9 @@ impl Default for Keymaps { "a" => code_action, "'" => last_picker, "d" => { "Debug" + "s" => dap_launch, "b" => dap_toggle_breakpoint, - "r" => dap_launch, + "r" => dap_run, }, "w" => { "Window" "C-w" | "w" => rotate_view, -- cgit v1.2.3-70-g09d2