aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-22 09:49:18 +0000
committerDmitry Sharshakov2021-08-22 09:49:18 +0000
commit838f69929db3d9d1e30fa52913a730f2e64b0681 (patch)
treeb7e436581312916d7a0f4872fe52f1ecbca5e0e2 /helix-term/src/keymap.rs
parent060a422c7efea0892e56845ef326b59983051631 (diff)
Simplify variables display
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 541ac233..776f02ca 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -494,7 +494,7 @@ impl Default for Keymaps {
"j" => dap_in,
"k" => dap_out,
"l" => dap_next,
- "z" => dap_variable_scopes,
+ "v" => dap_variables,
"t" => dap_terminate,
},
"w" => { "Window"