From 9de5019ebe23cad2f2703eea427b31fabd45fd3c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 9 Jun 2025 08:21:33 +0800 Subject: [PATCH] Format --- yazi-config/preset/keymap-default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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