mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
better trigger: (e) instead of (E)
This commit is contained in:
parent
1c187eb0a5
commit
518612857b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,8 +80,8 @@ keymap = [
|
|||
{ on = ":", run = "shell --block --interactive", desc = "Run a shell command (block until finishes)" },
|
||||
{ on = ".", run = "hidden toggle", desc = "Toggle the visibility of hidden files" },
|
||||
{ on = "s", run = "search --via=fd", desc = "Search files by name via fd" },
|
||||
{ on = "e", run = "search --via=es", desc = "Search files by name via EveryThing" },
|
||||
{ on = "S", run = "search --via=rg", desc = "Search files by content via ripgrep" },
|
||||
{ on = "E", run = "search --via=es", desc = "Search files by content via EveryThing" },
|
||||
{ on = "<C-s>", run = "escape --search", desc = "Cancel the ongoing search" },
|
||||
{ on = "z", run = "plugin fzf", desc = "Jump to a file/directory via fzf" },
|
||||
{ on = "Z", run = "plugin zoxide", desc = "Jump to a directory via zoxide" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue