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" },