add an alternative preview window for small windows
man fzf
* You can specify an alternative set of options that are used only when the size
of the preview window is below a certain threshold. Note that only one
alternative layout is allowed.
e.g.
fzf --preview 'cat {}' --preview-window 'right,border-left,<30(up,30%,border-bottom)'
description