You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's true that since keys can be quoted it is no longer possible to bind to quote characters. I've introduced two key mappings which can be used like this:
bind main <SingleQuote> !echo single
bind main <DoubleQuote> !echo double
This doesn't seem possible.
I'm trying to do:
but get an error. Oddly, if I wrap those quotes in other quotes, like
then it will work if I press the whole 3 key sequence. Maybe the parsing is wonky?
The text was updated successfully, but these errors were encountered: