Open nilehmann opened 7 years ago
Would you please try adding following line at the top of your xonshrc
file?
from prompt_toolkit.keys import Keys
Ok, that fixed the problem. Thank you for your prompt reply :)
Anyways, why was the error being raised for the widget but not when loading my xonshrc?
I'm not exactly sure about it yet. Probably something is changed on the order of loading Xontribs. I'm already importing Keys
inside the xontrib itself, but when the xonshrc needs it, it is not there. I'll check it as soon as I can.
Whenever I open widget I get the following error
Then the error disappears and fzf works normally. In my
xonshrc
I have the following: