yazi quit now quits to terminal
parent
e92c55a806
commit
de412fcebc
|
|
@ -3,7 +3,7 @@
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||||
|
|
||||||
[[manager.prepend_keymap]]
|
[[manager.prepend_keymap]]
|
||||||
on = "z"
|
on = "q"
|
||||||
run = 'shell "$SHELL" --block --confirm'
|
run = 'shell "$SHELL" --block --confirm'
|
||||||
desc = "Open shell here"
|
desc = "Open shell here"
|
||||||
|
|
||||||
|
|
@ -12,7 +12,6 @@ desc = "Open shell here"
|
||||||
keymap = [
|
keymap = [
|
||||||
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selected, or cancel search" },
|
{ 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 = "<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 = "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-c>", run = "close", desc = "Close the current tab, or quit if it is last tab" },
|
||||||
{ on = "<C-z>", run = "suspend", desc = "Suspend the process" },
|
{ on = "<C-z>", run = "suspend", desc = "Suspend the process" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue