We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
^[d
^[f
^[b
These sequences get sent by iTerm when natural text editing mode is on by default.
They also get sent by default by Terminal.app, so pressing Option + Left, Option + Right, Option + Delete in that also results in a crash.
They're and to move the cursor back and forward by full words, and delete the next word forward.
Right now, when Textual receives them, the app becomes completely unresponsive.
Perhaps we need some kind of timeout inside the driver which reads input? Right now I'm having to kill -9 relatively often because of it.
kill -9
The natural text editing mode is relatively popular in iTerm (
The text was updated successfully, but these errors were encountered:
At the moment we have no way to recover there is a timeout, which could lead to missing keys or garbage keys.
We should parse the keys more intelligently though. So we can recover from an unknown key.
Sorry, something went wrong.
Did we solve your problem?
Consider buying the Textualize developers a coffee to say thanks.
– Textualize
darrenburns
Successfully merging a pull request may close this issue.
These sequences get sent by iTerm when natural text editing mode is on by default.
They also get sent by default by Terminal.app, so pressing Option + Left, Option + Right, Option + Delete in that also results in a crash.
They're and to move the cursor back and forward by full words, and delete the next word forward.
Right now, when Textual receives them, the app becomes completely unresponsive.
Perhaps we need some kind of timeout inside the driver which reads input? Right now I'm having to
kill -9
relatively often because of it.The natural text editing mode is relatively popular in iTerm (
The text was updated successfully, but these errors were encountered: