Ctrl-e will not change the color of zsh-autosuggestions. #563
-
After upgrading to macOS 13.3 (22E252), I encountered a strange conflict between zsh-autocomplete and zsh-autosuggestions. I am not sure if this is an issue with zsh-autocomplete, so I submitted a question. Environment
apple darwin22.0 /bin/zsh /bin/zsh zsh-5.9-0-g73d3173
/Users/wangtianshu/.local/share/znap/zsh-snap/functions/.znap.source:26
/Users/wangtianshu/.local/share/znap/zsh-snap/functions/znap:42
/Users/wangtianshu/.config/zsh/.zshrc:23
5cc9da1 (grafted, HEAD -> main, origin/main, origin/HEAD) Fix typo in 8ef6b73 Steps to reproducecd $(mktemp -d)
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
git clone --depth 1 -- https://github.com/zsh-users/zsh-autosuggestions
> .zshrc <<EOF
PS1='%# ' PS2= RPS2='%^'; setopt transientrprompt interactivecomments
source ~/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
The color change when not using zsh-autocomplete: ```zsh
cd $(mktemp -d)
git clone --depth 1 -- https://github.com/zsh-users/zsh-autosuggestions
> .zshrc <<EOF
PS1='%# ' PS2= RPS2='%^'; setopt transientrprompt interactivecomments
source ~/zsh-autosuggestions/zsh-autosuggestions.zsh
EOF
env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
Apr 26, 2023
Replies: 1 comment 2 replies
-
I'm unable to reproduce this with the latest version of the code. Please update and try again. |
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
It's a known issue: #571.