From 57de4ba082f8d5084291518bb5463f015cc9d634 Mon Sep 17 00:00:00 2001 From: marcoleder Date: Mon, 13 Jan 2025 16:40:45 +0100 Subject: [PATCH] Update keymap-default.toml [spot] description labels swapped --- yazi-config/preset/keymap-default.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },