[BUG] Not all menus the same format
Describe the bug
When i do
examples
- Brew fully themed (colored commands and descriptions)
- ls basic fzf colors
I can make sure:
- [X] I am using the latest version of fzf-tab
- [X] this is the minimal zshrc which can reproduce this bug
- [X] fzf-tab is loaded after
compinit - [X] fzf-tab is loaded after plugins which will wrap Tab, like junegunn/fzf/completion.zsh
- [X] fzf-tab is loaded before zsh-autosuggestions, zsh-syntax-highlighting and fast-syntax-highlighting.
To Reproduce
Steps to reproduce the behavior:
- Type 'brew'
- Press Tab
- See colors output
- Type ls -
- Press Tab
- See no colored output
Expected behavior
my fzf-tab menu settings are not consistant throughout the menus
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
- OS: MACOS
- zsh version: 5.9
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).
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