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:
MarkZaytsev 2024-07-27 23:34:23 +07:00
parent b017ae0f68
commit 86d16a032a

View file

@ -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" },
]