yazi: change quit keybind

This commit is contained in:
krolxon 2025-08-31 20:59:51 +05:30
parent 6b79a838e7
commit dd0e6bcd79
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ keymap = [
{ on = "l", run = "plugin smart-enter", desc = "Smart enter on l" }, { on = "l", run = "plugin smart-enter", desc = "Smart enter on l" },
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" }, { on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" },
{ on = "<C-[>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" }, { on = "<C-[>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" },
{ on = "q", run = "quit", desc = "Quit the process" }, { on = "Q", run = "quit", desc = "Quit the process" },
{ on = "Q", run = "quit --no-cwd-file", desc = "Quit without outputting cwd-file" }, { on = "q", run = "quit --no-cwd-file", desc = "Quit without outputting cwd-file" },
{ on = "<C-c>", run = "close", desc = "Close the current tab, or quit if it's last" }, { on = "<C-c>", run = "close", desc = "Close the current tab, or quit if it's last" },
{ on = "<C-z>", run = "suspend", desc = "Suspend the process" }, { on = "<C-z>", run = "suspend", desc = "Suspend the process" },