From a1dca1a71b543ad0be18fe13ab05b89174ed114f Mon Sep 17 00:00:00 2001 From: grig-iv Date: Sat, 10 Feb 2024 22:52:31 +0300 Subject: [PATCH] add / to [input] keymap --- yazi-config/preset/keymap.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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" },