We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use zaw for a history lookup and press Enter on my match the following gets displayed:
No such widget .zaw-history
The text was updated successfully, but these errors were encountered:
I guess you fail to load zaw collectly. How did you load on your .zshrc?
Sorry, something went wrong.
I had the same issue. FYI, In the case of my system, this was not a zaw issue. It was caused by the following bit of zsh code interfering:
magic-enter () { if [[ $#BUFFER -eq 0 ]]; then echo "" ls --color=auto zle redisplay else zle .$WIDGET fi } zle -N accept-line magic-enter
No branches or pull requests
When I use zaw for a history lookup and press Enter on my match the following gets displayed:
No such widget .zaw-history
The text was updated successfully, but these errors were encountered: