zsh-syntax-highlighting icon indicating copy to clipboard operation
zsh-syntax-highlighting copied to clipboard

zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey <keys> '^_^_^@'` without creating the '^_^_^@' widget with `zle -N` or `zle -C`.)

Open avatar-lavventura opened this issue 5 years ago • 1 comments

I keep having following error , git plugin's color always gets messed up. How can I handle this error?

zsh-syntax-highlighting: unhandled ZLE widget '^_^_^@'
zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey <keys> '^_^_^@'` without creating the '^_^_^@' widget with `zle -N` or `zle -C`.)

avatar-lavventura avatar Oct 18 '20 16:10 avatar-lavventura

I keep having following error , git plugin's color always gets messed up. How can I handle this error?

zsh-syntax-highlighting: unhandled ZLE widget '^_^_^@'
zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey <keys> '^_^_^@'` without creating the '^_^_^@' widget with `zle -N` or `zle -C`.)

Please post the output of print -r -- $ZSH_VERSION $ZSH_PATCHLEVEL $ZSH_HIGHLIGHT_VERSION $ZSH_HIGHLIGHT_REVISION ${(@qqqqkv)widgets} and reproduction instructions starting with zsh -f.

danielshahaf avatar Oct 19 '20 15:10 danielshahaf