zsh-users / zsh-history-substring-search

🐠 ZSH port of Fish history search (up arrow)
2.61k stars 156 forks source link

zsh-syntax-highlighting: unhandled ZLE widget 'history-substring-search-up' #134

Closed XXiaoA closed 1 year ago

XXiaoA commented 2 years ago

I used zinit to download zsh-history-substring-search and added the following bindkey like the document

bindkey '^[[A' history-substring-search-up

Unexpectedly, zsh threw some messages, although I never used zsh-syntax-highlighting

zsh-syntax-highlighting: unhandled ZLE widget 'history-substring-search-up'

BTW, I am using fast-syntax-highlighting

And, there is my all configuration

ribosomerocker commented 1 year ago

@XXiaoA Have you fixed this, or just given up on it?

XXiaoA commented 1 year ago

Have given up.