Aloxaf / fzf-tab

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

[FR] Toggle header groups #350

Closed qoomon closed 1 year ago

qoomon commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes the count of groups is overwhelming and annoying e.g. git <tab>

Describe the solution you'd like

Aloxaf commented 1 year ago

You can disable it totally by: zstyle -d ':completion:*:descriptions' format Or disable it for git: zstyle ':completion:*:git:*:descriptions' format ''

qoomon commented 1 year ago

@Aloxaf thanks for your reply, however this would be just a workaround for my use case. I like that the different groups are in different colours and I'll loose that feature if I set format to '' And I'd like to have headers disabled by default and show them as a legend if I need them only.

And thanks for this awesome and generic plugin