diff --git a/yazi-config/preset/keymap-default.toml b/yazi-config/preset/keymap-default.toml index 7342a93c..a401b550 100644 --- a/yazi-config/preset/keymap-default.toml +++ b/yazi-config/preset/keymap-default.toml @@ -43,7 +43,12 @@ keymap = [ { on = "L", run = "forward", desc = "Forward to next directory" }, # Toggle - { on = "", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" }, + { on = "", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" }, + { on = "", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" }, + { on = "J", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" }, + { on = "", run = [ "toggle", "arrow prev" ], desc = "Toggle the current selection state" }, + { on = "K", run = [ "toggle", "arrow prev" ], desc = "Toggle the current selection state" }, + { on = "", run = "toggle_all --state=on", desc = "Select all files" }, { on = "", run = "toggle_all", desc = "Invert selection of all files" },