aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-09-03 08:25:11 +0000
committerBlaž Hrastnik2021-09-03 08:25:11 +0000
commitc63ad60c31cb51481b227c1d610d3eb7b2f95529 (patch)
treeb5652e82a60d985f9086cf4d8581281e09db4ff3 /helix-term/src/keymap.rs
parent7b61c63ece4384f75fa41f6c052b3d9e506ff3aa (diff)
dap: Allow switching between stack frames
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 7710c321..d07d1ca3 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -499,7 +499,7 @@ impl Default for Keymaps {
"t" => dap_terminate,
"s" => { "Switch"
"t" => dap_switch_thread,
- // f = stack frame
+ "f" => dap_switch_stack_frame,
// sl, sb
},
},