aperezdc / zsh-fzy

Use the fzy fuzzy-finder in Zsh
MIT License
55 stars 9 forks source link

Extend number of lines used by fzy to reach the bottom #14

Closed aperezdc closed 5 years ago

aperezdc commented 5 years ago

If there is empty space available further away from the amount of lines configured to be taken by fzy, expand to fill down to the bottom of the terminal. Otherwise, the extra space is just left empty and unused.

Terminal screenshot showing where to extend fzy

illiliti commented 5 years ago

jhawthorn/fzy#97

aperezdc commented 5 years ago

@illiliti Thanks for the link, reading that issue gave me an idea about how to implement this :building_construction: