bling / fzf.el

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

Configurable window split position #7

Closed romanodesouza closed 8 years ago

romanodesouza commented 8 years ago

I mean a defcustom controlling where it will appears(top or bottom for now). top by default and with --reverse arg would be possible to display the * fzf * buffer on bottom.

What do you think, @bling ?

phcostabh commented 8 years ago

:+1:

dubiousdavid commented 8 years ago

My fork has a nice fix for this issue: https://github.com/dubiousdavid/fzf.el/blob/master/fzf.el

bling commented 8 years ago

certainly open to PRs!

denisinla commented 8 years ago

@dubiousdavid PR your change for bottom positioning for fzf. I've been using your fork for a few weeks already without an issue on my end.

dubiousdavid commented 8 years ago

@bling This issue should be closed. Also, I believe a new release needs to be cut.