From 5e2e2e7d76f3a8206c79076e4a3c3b41722bf70f Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 12 Feb 2024 14:59:00 +0800 Subject: [PATCH] Format --- yazi-config/preset/keymap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index c07a00ba..96ed0044 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -230,7 +230,7 @@ keymap = [ { on = [ "" ], exec = "move 999", desc = "Move to the EOL" }, # Delete - { on = [ "" ], exec = "backspace", desc = "Delete the character before the cursor" }, + { on = [ "" ], exec = "backspace", desc = "Delete the character before the cursor" }, { on = [ "" ], exec = "backspace --under", desc = "Delete the character under the cursor" }, { on = [ "" ], exec = "backspace", desc = "Delete the character before the cursor" }, { on = [ "" ], exec = "backspace --under", desc = "Delete the character under the cursor" },