/fuzzy-finder

Find and open files quickly

Primary LanguageCoffeeScriptMIT LicenseMIT

Fuzzy Finder package Build Status

Quickly find and open files using cmd-t.

  • cmd-b to open the buffer list
  • cmd-shift-b to open the list of Git modified and untracked files

This package uses both the core.ignoredNames and fuzzy-finder.ignoredNames config settings to filter out files and folders that will not be shown. Both of those config settings are interpreted as arrays of minimatch glob patterns.

This package also will also not show Git ignored files when the core.excludeVcsIgnoredPaths is enabled.