From f334c0d6f685a47bc6b1e9a877cfa9818d174042 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 19 Nov 2024 09:59:37 +0100 Subject: [PATCH] ctl-q now actually quits yazi --- yazi/keymap.toml | 1 + 1 file changed, 1 insertion(+) 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" },