-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Insert key is absent from bind #20
Comments
That would be nice. 🙂
No, not a typo. For example:
It's not regex. They're glob patterns. 🙂 |
Oh, now it makes sense, thanks. ) Hmm, but shouldn't there be
while the current version doesn't:
|
Good catch. Thanks! I've now fixed it. |
Nice! Now, about that |
Describe the bug
Insert key is absent from
functions/bind
.Steps To Reproduce
Any
bind
command involving Insert key (^[[2~
).Expected behavior
etc.
Observed behavior
etc.
Environment:
Additional context
Seems to be fairly simple to fix (add
( '[2;' ) name+='Insert'
to the case-matches). Should i make a PR?(I'm just not sure what does
1
mean here. Is this a typo? Also, all the regex magic inbind
is so awesome it blows my mind).The text was updated successfully, but these errors were encountered: