diff --git a/yazi-config/preset/keymap-default.toml b/yazi-config/preset/keymap-default.toml index 212633c5..3807d2fd 100644 --- a/yazi-config/preset/keymap-default.toml +++ b/yazi-config/preset/keymap-default.toml @@ -309,6 +309,8 @@ keymap = [ { on = "", run = "history +1", desc = "Navigate to the next history entry" }, { on = "", run = "history -1", desc = "Navigate to the previous history entry" }, { on = "", run = "history +1", desc = "Navigate to the next history entry" }, + { on = "k", run = "history -1", desc = "Navigate to the previous history entry" }, + { on = "j", run = "history +1", desc = "Navigate to the next history entry" }, # Undo/Redo/Casefy { on = "u", run = [ "undo", "casefy lower" ], desc = "Undo, or lowercase if in visual mode" },