yazi quit now quits to terminal

main
The_miro 2024-11-18 23:49:02 +01:00
parent e92c55a806
commit de412fcebc
1 changed files with 1 additions and 2 deletions

View File

@ -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 = "<Esc>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
{ on = "<C-[>", 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 = "<C-c>", run = "close", desc = "Close the current tab, or quit if it is last tab" },
{ on = "<C-z>", run = "suspend", desc = "Suspend the process" },