Replies: 2 comments
-
That is definitely a bug. I created an issue for it: #654. |
Beta Was this translation helpful? Give feedback.
0 replies
-
try this config in zshrc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added the below line to my
.zshrc
to change the color of the group description in my completion (described in #618 ):zstyle ':completion:*:*:descriptions' format '%F{blue}%d%f'
The group description color changes to Blue, but it triggered the "Do you wish to see all __ Possibilities?" prompt which is very annoying when typing your commands.
When I removed this
zstyle ':completion:*:*:descriptions' format '%F{blue}%d%f'
line in my.zshrc
, everything went back to its normal behavior (no more annoying prompt).I have read from previous discussion #625 that this is a bug. Is it possible to disable the "Do you wish to see all __ Possibilities?" prompt while having colored group descriptions?
btw, I installed zsh-autocomplete manually and my zsh version is 5.8 (x86_64-debian-linux-gnu).
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions