bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

fzf for buffers? #50

Closed schmeisers closed 3 years ago

schmeisers commented 5 years ago

It would be great to have a fzf-buffers command that lets a user choose buffers through the fzf interface.

neojski commented 4 years ago

You can try swiper: https://github.com/abo-abo/swiper. It's not exactly fzf but it's well integrated with a lot of commands. You probably want (ivy-switch-buffer).

bling commented 3 years ago

yea, stuff like buffers are better done with other packages like ido, helm, swiper.