bling / fzf.el

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

Open fzf on the bottom of the frame #121

Open m-milek opened 2 months ago

m-milek commented 2 months ago

Is there a way to open the fzf buffer in a similar way to find-file or other commands like that - on the bottom of my Emacs frame, no matter which buffer it gets called from?

When I have my windows split vertically (one above and one below) and I call fzf from the upper one, the fzf display is mangled, shifted upwards (although that's probably an issue with vterm).

Also, it's just more convenient to have it always in the same place.