aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-29 14:28:31 +0000
committerBlaž Hrastnik2021-08-29 14:32:46 +0000
commit986828e75c17662da39505c7190220b8c352bc8a (patch)
tree9773aa2ce6ab275c16249372864a44c3e19dd129 /helix-term/src/commands.rs
parent03b2d81406d342460604102948305dd96c0826c7 (diff)
dap: Remap keys, match current thread behavior from dap-mode, switch-thread
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 03a71fd3..ffaaac55 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -316,6 +316,7 @@ impl Command {
dap_next, "Step to next",
dap_variables, "List variables",
dap_terminate, "End debug session",
+ dap_switch_thread, "Switch current thread",
suspend, "Suspend"
);
}