Hacker News new | ask | show | jobs
by hueyp 4821 days ago
What do you use to replace command-T in ST2 in Emacs? I recently picked up Emacs because I'm doing a clojure project (I can't get ST2 to work with nrepl) but I am having a hard time without the command-T fuzzy search.

I have ido and find-file-in-project installed but neither of them seem to include directories in the fuzzy search. So if I search 'custcore' it won't match 'customer/core.clj'. If I instead search 'core' it is too broad of a term. I really need very little out of an editor, but this is one of those things.

2 comments

Try projectile: https://github.com/bbatsov/projectile

It fills in the common project search and fuzzy filename search features(amount other things) and otherwise stays out of the way.