Via the Sublime Package Manager:
Ctrl+Shift+P
orCmd+Shift+P
in Linux / Windows / OS X- Type
install
, selectPackage Control: Install Package
- Select
Filefinder
A prompt file finder utility for sublime. You should:
- Set the "include_dirs" in menu of /Preference/Packages/File finders/User setting.
- Restart sublime, then use "ctrl+t" to do the file search.
- Default hot key
{ "command": "filefinder", "keys": ["ctrl+t"] },
- Default settings
// search path
"include_dirs": ["~/Documents", "~/Desktop"],
// files open by system applications
"binary_files": ["ppt", "doc", "xls", "pdf", "docx", "pptx", "odp"],
- In windows environment, your search path may looks like this:
"include_dirs": ["C:\\Users\\YOUR-USER-NAME-HERE\\Documents"],
Please do not set include_dirs to contains too many files, this may takes a while to walk the file-list and sublime would freeze during file walking.