mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Swap description for search commands
The help overview showed "Search files by content using ripgrep" for `seach fd` and "Search files by name using fd" for `search rg` when it should be the other way around.
This commit is contained in:
parent
b5db6dace9
commit
e0701b49b0
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ keymap = [
|
||||||
{ on = [ ";" ], exec = "shell", desc = "Run a shell command" },
|
{ on = [ ";" ], exec = "shell", desc = "Run a shell command" },
|
||||||
{ on = [ ":" ], exec = "shell --block", desc = "Run a shell command (block the UI until the command finishes)" },
|
{ on = [ ":" ], exec = "shell --block", desc = "Run a shell command (block the UI until the command finishes)" },
|
||||||
{ on = [ "." ], exec = "hidden toggle", desc = "Toggle the visibility of hidden files" },
|
{ on = [ "." ], exec = "hidden toggle", desc = "Toggle the visibility of hidden files" },
|
||||||
{ on = [ "s" ], exec = "search fd", desc = "Search files by content using ripgrep" },
|
{ on = [ "s" ], exec = "search fd", desc = "Search files by name using fd" },
|
||||||
{ on = [ "S" ], exec = "search rg", desc = "Search files by name using fd" },
|
{ on = [ "S" ], exec = "search rg", desc = "Search files by content using ripgrep" },
|
||||||
{ on = [ "<C-s>" ], exec = "search none", desc = "Cancel the ongoing search" },
|
{ on = [ "<C-s>" ], exec = "search none", desc = "Cancel the ongoing search" },
|
||||||
{ on = [ "z" ], exec = "jump zoxide", desc = "Jump to a directory using zoxide" },
|
{ on = [ "z" ], exec = "jump zoxide", desc = "Jump to a directory using zoxide" },
|
||||||
{ on = [ "Z" ], exec = "jump fzf", desc = "Jump to a directory, or reveal a file using fzf" },
|
{ on = [ "Z" ], exec = "jump fzf", desc = "Jump to a directory, or reveal a file using fzf" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue