From b6e458f221bfd4469d9c4ec1b833db4bc81ee768 Mon Sep 17 00:00:00 2001 From: hankertrix <91734413+hankertrix@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:39:52 +0800 Subject: [PATCH] feat: add `` and `` to the select component for moving the cursor up/down (#779) --- yazi-config/preset/keymap.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index 420408fc..bce3ed3e 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -276,6 +276,9 @@ keymap = [ { on = [ "" ], run = "arrow -1", desc = "Move cursor up" }, { on = [ "" ], run = "arrow 1", desc = "Move cursor down" }, + { on = [ "" ], run = "arrow -1", desc = "Move cursor up" }, + { on = [ "" ], run = "arrow 1", desc = "Move cursor down" }, + { on = [ "~" ], run = "help", desc = "Open help" } ]