diff --git a/yazi-config/preset/keymap-default.toml b/yazi-config/preset/keymap-default.toml index 210e85dd..e7b54bb2 100644 --- a/yazi-config/preset/keymap-default.toml +++ b/yazi-config/preset/keymap-default.toml @@ -260,12 +260,12 @@ keymap = [ # Line-wise movement { on = "0", run = "move bol", desc = "Move to the BOL" }, + { on = "$", run = "move eol", desc = "Move to the EOL" }, { on = "_", run = "move first-char", desc = "Move to the first non-whitespace character" }, { on = "^", run = "move first-char", desc = "Move to the first non-whitespace character" }, - { on = "$", run = "move eol", desc = "Move to the EOL" }, - { on = "", run = "move first-char", desc = "Move to the BOL" }, + { on = "", run = "move bol", desc = "Move to the BOL" }, { on = "", run = "move eol", desc = "Move to the EOL" }, - { on = "", run = "move first-char", desc = "Move to the BOL" }, + { on = "", run = "move bol", desc = "Move to the BOL" }, { on = "", run = "move eol", desc = "Move to the EOL" }, # Delete