Skip to content

Instantly share code, notes, and snippets.

@gmarik
Created September 20, 2011 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarik/1230033 to your computer and use it in GitHub Desktop.
Save gmarik/1230033 to your computer and use it in GitHub Desktop.
Unite fuzzy search
:Unite file
1) Expecting to fuzzy match config/database.yml (as Command-T does)
Sources: file
> dbyml
- [new file]dbyml
Sources: file
> **/dbyml
:Unite file_rec
# yeah it's recursive but not fuzzy!
Sources: file_rec
> datab
- config/database.yml
- config/database.yml.sample
Sources: file_rec
> dbyml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment