-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement an option to close doneyet with a well known key combination like ctrl-q #48
Comments
Ctrl+S and Ctrl+Q are XON/XOFF on serial lines and thus should not be used in terminal applications, any terminal application might handle this differently. |
I am now implementing a check mode for us on a branch so that we can verify as best possible across platforms. will push mention the branch here later |
What do you think about |
Yes, i think that should work. I am still trying to understand how to keep the closing of the application command consistent with the other commands, like 'a' to add a task to illustrate, these are consistent:
so are these:
this is not, as far as I am concerned:
|
Implement an option to close doneyet with a well known key combination like ctrl-q
@Chavao let us talk how to best implement that here
The text was updated successfully, but these errors were encountered: