diff --git a/yazi-config/preset/keymap-default.toml b/yazi-config/preset/keymap-default.toml index be9916ea..23d7ff3e 100644 --- a/yazi-config/preset/keymap-default.toml +++ b/yazi-config/preset/keymap-default.toml @@ -188,8 +188,8 @@ keymap = [ { on = "k", run = "arrow -1", desc = "Move cursor up" }, { on = "j", run = "arrow 1", desc = "Move cursor down" }, - { on = "h", run = "swipe -1", desc = "Swipe to the next file" }, - { on = "l", run = "swipe 1", desc = "Swipe to the previous file" }, + { on = "h", run = "swipe -1", desc = "Swipe to the previous file" }, + { on = "l", run = "swipe 1", desc = "Swipe to the next file" }, { on = "", run = "arrow -1", desc = "Move cursor up" }, { on = "", run = "arrow 1", desc = "Move cursor down" },