diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml index 6cd54c2..af6a85d 100644 --- a/config/yazi/keymap.toml +++ b/config/yazi/keymap.toml @@ -42,7 +42,7 @@ prepend_keymap = [ ] [input] -keymap = [{ on = [""], run = "escape --all", desc = "Go back the normal mode, or cancel input" }] -[help] +prepend_keymap = [{ on = [""], run = "close", desc = "Go back the normal mode, or cancel input" }] +[help] prepend_keymap = [{ on = "q", run = "escape", desc = "Clear the filter, or hide the help" }]