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" } ]