Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim Fuzzy Finder like for Emacs?

Tags:

emacs

I'm trying Emacs again, after saw the combination of company+alchemist. And again I'm struggling to find alternatives to some Vim plugins. One of the biggest difficulties is file navigation. With fuzzy finder(https://github.com/junegunn/fzf) I can find a file in any place, only search by his name. I searched hard but can't find anything similar to fuzzy finder/ctrlp in Emacs. There is a good replacement of fuzzy finder for Emacs ?

like image 238
tjbrn Avatar asked Oct 17 '25 13:10

tjbrn


2 Answers

There's an Emacs frontend for fzf as well. You can install it from ELPA (M-x list-packages, navigate to fzf, press i then x to install). You need to download the fzf program separately, if you don't already have it.

Alternatively, try out Helm (also available from ELPA). Read this tutorial. It provides the same services as fzf and much more (because it isn't limited to finding files), in its own way.

like image 124
Gilles 'SO- stop being evil' Avatar answered Oct 20 '25 17:10

Gilles 'SO- stop being evil'


I have combined the two from @tjbruno answer. https://github.com/ibmandura/helm-fzf/blob/master/helm-fzf.el

Here you can use fzf with helm as frontend :)

like image 23
user1706754 Avatar answered Oct 20 '25 15:10

user1706754



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!