Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Q] Custom Height

rakalex opened this issue · comments

Is is possible to control the height size or number of items to show?

when there not much items, it shows just 2 lines.
image

but when there are many, then it show them as normal
image

try zstyle ':fzf-tab:*' fzf-flags --height=10

no, it doesn't, it fixes the first screen, but as you can see then it breaks the second one with large list.
image

image