diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index af622e9e..c108e082 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -222,10 +222,12 @@ keymap = [ { on = [ "" ], exec = "forward --end-of-word", desc = "Move forward to the end of the current or next word" }, # Line-wise movement - { on = [ "0" ], exec = "move -999", desc = "Move to the BOL" }, - { on = [ "$" ], exec = "move 999", desc = "Move to the EOL" }, - { on = [ "" ], exec = "move -999", desc = "Move to the BOL" }, - { on = [ "" ], exec = "move 999", desc = "Move to the EOL" }, + { on = [ "0" ], exec = "move -999", desc = "Move to the BOL" }, + { on = [ "$" ], exec = "move 999", desc = "Move to the EOL" }, + { on = [ "" ], exec = "move -999", desc = "Move to the BOL" }, + { on = [ "" ], exec = "move 999", desc = "Move to the EOL" }, + { on = [ "" ], exec = "move -999", desc = "Move to the BOL" }, + { on = [ "" ], exec = "move 999", desc = "Move to the EOL" }, # Delete { on = [ "" ], exec = "backspace", desc = "Delete the character before the cursor" },