romkatv / zsh4humans

A turnkey configuration for Zsh
MIT License
1.81k stars 116 forks source link

Version of fzf installed doesn't support --preview-window #291

Closed pnodet closed 7 months ago

pnodet commented 9 months ago

Using fzf with --preview-window=down,3,wrap fails on my mac with message: invalid preview window option: down,3,wrap

--preview-window=down works but not combined with other options. This preview window setting is used by some other tools I use like zoxide.

Installing the latest version solves this issue, but not sure if some z4h features relies on outdated options

Version installed by z4h:

❯ fzf --version
0.25.1 (f55c990)

Version installed by brew:

❯ fzf --version
0.46.1 (brew)
romkatv commented 9 months ago

not sure if some z4h features relies on outdated options

If you encounter an issue, please let me know.