Hacker News new | ask | show | jobs
by wahnfrieden 5615 days ago
You should instead consider switching to the mainline FuzzyFinder instead of the FFTextmate fork. FuzzyFinder is undergoing lots of activity.

You can also try using tabs to represent views of several buffers at once -- for example, I use one tab per app when working on Django code. I have the views, models, templates etc. in split buffers inside one tab.

1 comments

he's better off switching to command-t, FuzzyFinder is pretty limited in comparison
Care to elaborate?

I just glanced over the Command-T docs and it seems to be a one-trick-pony ("search in path") whereas FuzzyFinder supports a wide range of scopes (path, buffers, tags, etc.).