Sublime Forum

Find in Files

#1

When you first use Find in Files, the In Location setting is “”. After you choose a folder and filenames, it then remembers them for the future and there’s no way to go back to the default unless you remember what they are.

As a feature request - could these settings be reset when you quit the editor? Or maybe have another button for “in open folders” along side the Set folder button?

0 Likes

#2

The Project/Find in Project menu will open Find in Files with the location set to

0 Likes

#3

Superb, thanks Jon.

0 Likes

#4

Is there a command for this. I’d like to remap:

{ “keys”: “super+shift+f”], “command”: “show_panel”, “args”: {“panel”: “find_in_files”} },

To be “find_in_project”, but that command doesn’t seem to do anything.

0 Likes

#5

Yep, each menu item corresponds to a command - take a look through Packages/Default/Main.sublime-menu

0 Likes