diff options
author | Dmitry Sharshakov | 2021-08-20 16:06:52 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-20 16:06:52 +0000 |
commit | 9e22842d51af88b652a66926ac5b5eded182779d (patch) | |
tree | f3b2f6bcc9cd259dadce2713a5b7c4431bd2a360 /helix-term/src/keymap.rs | |
parent | e2c74d26e060521b48fb597d5b758d328ad4cfd6 (diff) |
move debug command to keybinding
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 651fbdf2..3318a607 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -486,6 +486,7 @@ impl Default for Keymaps { "a" => code_action, "'" => last_picker, "d" => { "Debug" + "i" => dap_init, "s" => dap_launch, "b" => dap_toggle_breakpoint, "r" => dap_run, |