-
Notifications
You must be signed in to change notification settings - Fork 178
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
Conditional Bind Sequences #269
Comments
Same problems here(to bind CompleteHint or ForwardChar to Ctrl-F whether current input pos is at eol), hope this features can be implemented in |
Could you please give a try to PR #293 ? |
This would be really helpful for my terminal app. Id like to be able to use keybindings that depend on the text already entered. |
Partially fixed in version 8.0.0 |
I use
editor.bind_sequence(KeyPress::Esc, Cmd::Interrupt);
Which works. I'm wondering if it could be possible to make it clear text if there's some written text, and if not then Interrupt..
The text was updated successfully, but these errors were encountered: