We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As a front end of the zsh compsys, fzf-tab's behavior will also be affected by the configuration of the compsys.
If you configure group description like this zstyle ':completion:*:descriptions' format '[%d]'. fzf-tab will group the results by group description.
zstyle ':completion:*:descriptions' format '[%d]'
Note
fzf-tab won't do prompt expansion on your description, this is differ from zsh's default behavior
If you set zstyle ':completion:*' menu no, fzf-tab will try to complete unambiguous prefix without user confirmation.
zstyle ':completion:*' menu no