diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index 8c899688..420408fc 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -6,6 +6,7 @@ keymap = [ { on = [ "" ], run = "escape", desc = "Exit visual mode, clear selected, or cancel search" }, + { on = [ "" ], run = "escape", desc = "Exit visual mode, clear selected, or cancel search" }, { on = [ "q" ], run = "quit", desc = "Exit the process" }, { on = [ "Q" ], run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" }, { on = [ "" ], run = "close", desc = "Close the current tab, or quit if it is last tab" }, @@ -154,6 +155,7 @@ keymap = [ keymap = [ { on = [ "" ], run = "close", desc = "Hide the task manager" }, + { on = [ "" ], run = "close", desc = "Hide the task manager" }, { on = [ "" ], run = "close", desc = "Hide the task manager" }, { on = [ "w" ], run = "close", desc = "Hide the task manager" }, @@ -172,8 +174,9 @@ keymap = [ [select] keymap = [ - { on = [ "" ], run = "close", desc = "Cancel selection" }, { on = [ "" ], run = "close", desc = "Cancel selection" }, + { on = [ "" ], run = "close", desc = "Cancel selection" }, + { on = [ "" ], run = "close", desc = "Cancel selection" }, { on = [ "" ], run = "close --submit", desc = "Submit the selection" }, { on = [ "k" ], run = "arrow -1", desc = "Move cursor up" }, @@ -197,6 +200,7 @@ keymap = [ { on = [ "" ], run = "close", desc = "Cancel input" }, { on = [ "" ], run = "close --submit", desc = "Submit the input" }, { on = [ "" ], run = "escape", desc = "Go back the normal mode, or cancel input" }, + { on = [ "" ], run = "escape", desc = "Go back the normal mode, or cancel input" }, # Mode { on = [ "i" ], run = "insert", desc = "Enter insert mode" }, @@ -279,6 +283,7 @@ keymap = [ keymap = [ { on = [ "" ], run = "escape", desc = "Clear the filter, or hide the help" }, + { on = [ "" ], run = "escape", desc = "Clear the filter, or hide the help" }, { on = [ "q" ], run = "close", desc = "Exit the process" }, { on = [ "" ], run = "close", desc = "Hide the help" },