Aloxaf / fzf-tab

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

[BUG] Not all menus the same format #480

Closed xkoldxx closed 2 weeks ago

xkoldxx commented 1 month ago

Describe the bug

When i do i get different themes depending on the command

examples

To Reproduce

Steps to reproduce the behavior:

  1. Type 'brew'
  2. Press Tab
  3. See colors output
  4. Type ls -
  5. Press Tab
  6. 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. [

Screenshot 2024-10-12 at 10 46 27 Screenshot 2024-10-12 at 10 46 46

](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).

xkoldxx commented 1 month ago

zstyle ':completion:*:descriptions' format '[%d]'

removing this makes brew match the other menus :S

Aloxaf commented 2 weeks ago

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>'
xkoldxx commented 2 weeks ago

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