aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-21 17:33:56 +0000
committerDmitry Sharshakov2021-08-21 17:33:56 +0000
commit26dee49dc991d671fc3cbf7993ff193859edea4e (patch)
tree222075ec05a59080c043923df42bc16cf9d8a8ed /helix-term/src/keymap.rs
parent462c8a6ec8799ad0dfc9b6643d78ae8372f04945 (diff)
Add command to detach debugger
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 13905bbf..6bb7ca97 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -489,6 +489,7 @@ impl Default for Keymaps {
"s" => dap_start,
"b" => dap_toggle_breakpoint,
"r" => dap_run,
+ "t" => dap_terminate,
},
"w" => { "Window"
"C-w" | "w" => rotate_view,