Interaction with fzf-tab in zsh #2596
Unanswered
norman-zon
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This should be related to the zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m' I've seen the same behaviour with the official git completion when it is set. Might be that the pattern needs to be more specific. Or related to a different config. See Formatting The Display and Grouping Results in https://thevaluable.dev/zsh-completion-guide-examples/ . |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder about the interaction of carapace with completions from fzf-tab.
To be fair, I am very new to carapace, but I believe I read through all docs and issues regarding carapace and fzf-tab.
I have fzf-tab setup like this:
and carapace is setup like this:
The completion for
git
looks like this:I don't understand why all completion groups are shown at once. Can someone shed some light into this?
Beta Was this translation helpful? Give feedback.
All reactions