file finder: Ensure filter options keybinding is displayed (#33244)
Follow up to https://github.com/zed-industries/zed/pull/31777. I could've sworn the filter options keybinding was being displayed in the icon button tooltip, but just realized it actually wasn't. So, this PR fixes that! Release Notes: - N/A
This commit is contained in:
parent
a32505fcc2
commit
8718019b52
2 changed files with 2 additions and 2 deletions
|
@ -945,7 +945,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "FileFinder",
|
||||
"context": "FileFinder || (FileFinder > Picker > Editor)",
|
||||
"bindings": {
|
||||
"ctrl-shift-a": "file_finder::ToggleSplitMenu",
|
||||
"ctrl-shift-i": "file_finder::ToggleFilterMenu"
|
||||
|
|
|
@ -1011,7 +1011,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "FileFinder",
|
||||
"context": "FileFinder || (FileFinder > Picker > Editor)",
|
||||
"use_key_equivalents": true,
|
||||
"bindings": {
|
||||
"cmd-shift-a": "file_finder::ToggleSplitMenu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue