zsh-syntax-highlighting
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`.)
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`.)
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.