From 838f69929db3d9d1e30fa52913a730f2e64b0681 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 22 Aug 2021 12:49:18 +0300 Subject: Simplify variables display --- helix-term/src/keymap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/keymap.rs') 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" -- cgit v1.2.3-70-g09d2