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
fzf-complete-ssh:zle:49: widgets can only be called when ZLE is active
I am getting this error all the time and am not able to fix it so far.
All other plugins and widgets work so it might be a small bug in my edge case?
zsh 5.9 (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered:
Hi @cocoonkid
please have a look at https://superuser.com/questions/1768820/how-to-activate-zle-zsh-line-editor and https://stackoverflow.com/questions/20357441/zsh-on-10-9-widgets-can-only-be-called-when-zle-is-active
Basically you need to run zmodload zsh/zle. This is an issue with your zsh configuration!
zmodload zsh/zle
Sorry, something went wrong.
No branches or pull requests
fzf-complete-ssh:zle:49: widgets can only be called when ZLE is active
I am getting this error all the time and am not able to fix it so far.
All other plugins and widgets work so it might be a small bug in my edge case?
zsh 5.9 (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered: