aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-22 05:25:38 +0000
committerDmitry Sharshakov2021-08-22 05:25:38 +0000
commitcc66475592c5316634859746dd96920afbd6da55 (patch)
tree40f037bce02db855c15421214a8134d02a3a1aa6 /helix-term/src/keymap.rs
parent95ba4ff5bd2d313aa26eeab6d058be4ebe99cf21 (diff)
Add commands for variable introspection
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 578cb7d7..6082521e 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -490,6 +490,7 @@ impl Default for Keymaps {
"b" => dap_toggle_breakpoint,
"r" => dap_run,
"c" => dap_continue,
+ "z" => dap_variable_scopes,
"t" => dap_terminate,
},
"w" => { "Window"