Closed rakalex closed 4 months ago
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.
@rakalex try this zstyle ':fzf-tab:*' fzf-flags --height=~40
Accordingly to the docs ~
is a key here
--height=[~]HEIGHT[%] Display fzf window below the cursor with the given height instead of using fullscreen. A negative value is calculated as the terminal height minus the given value. If prefixed with '~', fzf will determine the height
Is is possible to control the height size or number of items to show?
when there not much items, it shows just 2 lines.
but when there are many, then it show them as normal