mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
refactor: shortcut for filtering help items changed to "f" for consistency with manager shortcuts
In the manager keymap we use "/" for find, not filter.
This commit is contained in:
parent
b017ae0f68
commit
86d16a032a
1 changed files with 1 additions and 1 deletions
|
|
@ -315,5 +315,5 @@ keymap = [
|
|||
{ on = "<S-Down>", run = "arrow 5", desc = "Move cursor down 5 lines" },
|
||||
|
||||
# Filtering
|
||||
{ on = "/", run = "filter", desc = "Apply a filter for the help items" },
|
||||
{ on = "f", run = "filter", desc = "Apply a filter for the help items" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue