Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
2.98k stars 90 forks source link

Introduce `fzf-layout` setting #438

Closed sobolevn closed 2 months ago

sobolevn commented 2 months ago

Hi! Thanks a lot for the amazing library, I want to customize the layout of tab completions.

Right now I cannot do that with zstyle ':fzf-tab:*' fzf-flags '--layout=reverse-list', because fzf does not allow two --layout flags at the same time.

Can we please make this customizable? :)

Aloxaf commented 2 months ago

Right now I cannot do that with zstyle ':fzf-tab:*' fzf-flags '--layout=reverse-list', because fzf does not allow two --layout flags at the same time.

what's your fzf version? I test it with 0.48.1 and it works.

sobolevn commented 2 months ago

Indeed, the update worked! Thanks!