My "Replace" keyboard shortcut is set to command-shift-f:
- Code: Select all
{ "keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "replace"} }
However, when I type this I get a replace popup that has a "Where" field in it, defaulted to "Open files and folders":

When I select "Replace" from the menu, however, I get the correct replace panel (not replace-in-files):

Any ideas?