Description
zsh-syntax-highlighting: unhandled ZLE widget 'insert-unambiguous-or-complete'
zsh-syntax-highlighting: (This is sometimes caused by doing bindkey <keys> insert-unambiguous-or-complete
without creating the 'insert-unambiguous-or-complete' widget with zle -N
or zle -C
.)
zsh-syntax-highlighting: unhandled ZLE widget 'menu-search'
zsh-syntax-highlighting: (This is sometimes caused by doing bindkey <keys> menu-search
without creating the 'menu-search' widget with zle -N
or zle -C
.)
zsh-syntax-highlighting: unhandled ZLE widget 'recent-paths'
zsh-syntax-highlighting: (This is sometimes caused by doing bindkey <keys> recent-paths
without creating the 'recent-paths' widget with zle -N
or zle -C
.)
I am using ubuntu with oh-my-zsh, and keeping receiving this issue. Searched for so long and still cannot find a way to solve