diff --git a/yazi/keymap.toml b/yazi/keymap.toml index 53cdfc4..f08f309 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -12,6 +12,7 @@ desc = "Open shell here" 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 = "", run = "quit", desc = "Quit 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" }, { on = "", run = "suspend", desc = "Suspend the process" },