You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm-find Uses GNU find to search for files in a directory hierarchy.
Usage
Execute helm-find (bound to <helm-prefix> / by default). The search with this command is actually performed literally, however you can use a space to
match multiple pattern within a line.
From helm-find-files
Hit C-c / while using helm-find-files.
Other platforms
Windows
On Windows, you need to install the MSYS version of find because the GnuWin32 version is not working.
The MSYS version of find is not available as a standalone program;
it must be installed as part of MSYS, which is installed using the
MinGW installer. Steps are as follows: