-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
after replacing zsh-syntax-highlighting with fast-syntax-highlighting i get these errors:
zsh-syntax-highlighting: unhandled ZLE widget 'history-substring-search-up'
zsh-syntax-highlighting: unhandled ZLE widget 'autosuggest-accept'
zsh-syntax-highlighting: unhandled ZLE widget 'history-substring-search-down'
i kept the recommended load order
syntax-highlighting -> autosuggestions -> history-substring-search
the only other zsh plugin i use is fzf-tab, which i load at the very beginning
despite those errors i cant identify any actual issue, accepting autosuggestions and history-substring-search both work as expected. for now ive appended 2> /dev/null to my source command, because i think those error messages are just false positives
Steps to reproduce
- source zsh plugins in the load order mentioned above
- add
readafter sourcing fast-syntax-highlighting to see the errors
Expected behavior
no error messages
Screenshots and recordings
No response
Operating System & Version
linux-gnu | pc | x86_64 | x86_64 | x86_64 unknown
Zsh version
zsh 5.9 (x86_64-pc-linux-gnu)
Terminal emulator
alacritty
If using WSL on Windows, which version of WSL
None
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working