From de412fcebc6079b096362a8a6be14d46295e3e9b Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 18 Nov 2024 23:49:02 +0100 Subject: [PATCH] yazi quit now quits to terminal --- yazi/keymap.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yazi/keymap.toml b/yazi/keymap.toml index fe7a964..53cdfc4 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -3,7 +3,7 @@ "$schema" = "https://yazi-rs.github.io/schemas/keymap.json" [[manager.prepend_keymap]] -on = "z" +on = "q" run = 'shell "$SHELL" --block --confirm' desc = "Open shell here" @@ -12,7 +12,6 @@ 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 = "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" }, { on = "", run = "suspend", desc = "Suspend the process" },