Skip to content
New issue

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

"No such widget" error #90

Open
TiiFuchs opened this issue Nov 19, 2017 · 2 comments
Open

"No such widget" error #90

TiiFuchs opened this issue Nov 19, 2017 · 2 comments

Comments

@TiiFuchs
Copy link

TiiFuchs commented Nov 19, 2017

When I use zaw for a history lookup and press Enter on my match the following gets displayed:

No such widget .zaw-history

@termoshtt
Copy link
Contributor

I guess you fail to load zaw collectly. How did you load on your .zshrc?

@freuk
Copy link

freuk commented Sep 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants