Closed xkoldxx closed 2 weeks ago
zstyle ':completion:*:descriptions' format '[%d]'
removing this makes brew match the other menus :S
This is zsh's feature. You can use different style for different command.
zstyle ':completion:*:git:*:descriptions' format '[%d]'
zstyle ':completion:*:man:*:descriptions' format '<%d>'
i was more about the completions not being colored like they are with brew
On Wed, Nov 6, 2024 at 12:58 AM Aloxaf @.***> wrote:
This is zsh's feature. You can use different style for different command.
zstyle ':completion::git::descriptions' format '[%d]' zstyle ':completion::man::descriptions' format '<%d>'
— Reply to this email directly, view it on GitHub https://github.com/Aloxaf/fzf-tab/issues/480#issuecomment-2459049835, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGGQZLBFCDLID4IJHZIEBTZ7HK4BAVCNFSM6AAAAABP2TO7XGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJZGA2DSOBTGU . You are receiving this because you authored the thread.Message ID: @.***>
-- Sincerely,
James Kirkpatrick
Describe the bug
When i do i get different themes depending on the command
examples
I can make sure:
compinit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
my fzf-tab menu settings are not consistant throughout the menus
Screenshots
If applicable, add screenshots to help explain your problem. [
](url)
Environment:
Minimal zshrc
If applicable, add a minimal zshrc to help us analyze.
Log
If applicable, use
C-x .
to trigger completion and provide the log.If there are only three lines in your log, please make sure your fzf-tab is loaded with the correct order (see the checklist above).