Hacker News new | ask | show | jobs
by imjasonmiller 2263 days ago
> 3) Fuzzy file search in your editor

I’ve been using “fzf” [1] for file and directory search and I can’t recommend it enough.

It integrates nicely with vim [2] as well.

1. https://github.com/junegunn/fzf

2. https://youtu.be/qgG5Jhi_Els

1 comments

What blows my mind is that fzf is insanely lightweight, I don't even know if it relies on external dependencies.