diff --git a/yazi-config/preset/keymap-default.toml b/yazi-config/preset/keymap-default.toml index 6f38ac3a..c02666de 100644 --- a/yazi-config/preset/keymap-default.toml +++ b/yazi-config/preset/keymap-default.toml @@ -285,8 +285,8 @@ keymap = [ { on = "", run = "kill bol", desc = "Kill backwards to the BOL" }, { on = "", run = "kill eol", desc = "Kill forwards to the EOL" }, { on = "", run = "kill backward", desc = "Kill backwards to the start of the current word" }, - { on = "", run = "kill backward", desc = "Kill backwards to the start of the current word" }, { on = "", run = "kill forward", desc = "Kill forwards to the end of the current word" }, + { on = "", run = "kill backward", desc = "Kill backwards to the start of the current word" }, { on = "", run = "kill forward", desc = "Kill forwards to the end of the current word" }, # Cut/Yank/Paste