diff options
author | Dmitry Sharshakov | 2021-08-22 05:25:38 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-22 05:25:38 +0000 |
commit | cc66475592c5316634859746dd96920afbd6da55 (patch) | |
tree | 40f037bce02db855c15421214a8134d02a3a1aa6 /helix-term/src/keymap.rs | |
parent | 95ba4ff5bd2d313aa26eeab6d058be4ebe99cf21 (diff) |
Add commands for variable introspection
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 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" |