From 28b02b490a4f83dd0770b49cf25b6c5b81924b86 Mon Sep 17 00:00:00 2001 From: grig-iv Date: Mon, 12 Feb 2024 00:17:45 +0300 Subject: [PATCH] add keymap --- yazi-config/preset/keymap.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index c108e082d..c07a00ba1 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -230,7 +230,8 @@ 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" },