diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-31 20:59:51 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-31 20:59:51 +0530 |
| commit | dd0e6bcd79ed9f46e814deccb023853fd5bb4b8e (patch) | |
| tree | dd7d152cb6c18b760c85f77a22e877dcfc55d575 /.config/yazi | |
| parent | 6b79a838e76b90ea2516b9160f34e236b28ee1c0 (diff) | |
yazi: change quit keybind
Diffstat (limited to '.config/yazi')
| -rw-r--r-- | .config/yazi/keymap.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 4a99125..0c2e832 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -9,8 +9,8 @@ keymap = [ { 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 = "<C-[>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" }, - { 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", desc = "Quit the process" }, + { 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-z>", run = "suspend", desc = "Suspend the process" }, |
