We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Found these settings for zsh
# https://thevaluable.dev/zsh-completion-guide-examples/ zstyle ':completion:*:*:*:*:descriptions' format '%F{green}-- %d --%f' zstyle ':completion:*:*:*:*:corrections' format '%F{yellow}!- %d (errors: %e) -!%f' zstyle ':completion:*:messages' format ' %F{purple} -- %d --%f' zstyle ':completion:*:warnings' format ' %F{red}-- no matches found --%f'
makes the group headings colorful, but only if i disable fzf-tab. fzf-tab ignores the "%" stuff and echo the format verbatim, but still uses them
Describe the solution you'd like Could fzf also parse the % stuff?
Describe alternatives you've considered Using plain text instead.
Additional context
Random scrennshots, red format applied
No formating applied, just verbatim text:
The text was updated successfully, but these errors were encountered:
Hey @ar4hc, i got the issue fixed by applying these recommended zstyle definitions #24 (comment)
Sorry, something went wrong.
@omares tip solved it. for me.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Found these settings for zsh
makes the group headings colorful, but only if i disable fzf-tab.
fzf-tab ignores the "%" stuff and echo the format verbatim, but still uses them
Describe the solution you'd like
Could fzf also parse the % stuff?
Describe alternatives you've considered
Using plain text instead.
Additional context
Random scrennshots,
red format applied
No formating applied, just verbatim text:
The text was updated successfully, but these errors were encountered: