bling / fzf.el

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

Flexible window height #31

Closed tttuuu888 closed 6 years ago

tttuuu888 commented 6 years ago

This make it possible to open fzf window even if current window is smaller than fzf/window-height. Although not frequent, I have occasionally experienced situations that require this option. (Since I set fzf/widow-height 20)

Thanks a lot!

tttuuu888 commented 6 years ago

fzf-git-files function is also added. This searches only for git tracked files. The fzf-recentf by jojojames was helpful to make this. I think this could be merged to fzf-git because fzf-projectile already works same for git repository.

tttuuu888 commented 6 years ago

I added another commit for fix to issue #32.

bling commented 6 years ago

thanks