-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
[BUG] After writing a todo pressing esc cancels the todo #106
Comments
Hmm... Actually, this was the behavior in the previous version but some people recommended against it! Any ideas on how users should cancel the task addition/editing then? |
This could work.
|
Hmmm... Maybe I can add something to the config regarding this! |
Got it. At least there could be a prompt before cancelling which can be disabled in config. |
I would love this enhancement. My muscle memory keeps having me press escape when I'm done editing. Sometimes I'll rewrite the same todo 3 times because I keep pressing escape when I'm done typing. But ideally, I'd hit 'a' to add a new item. Type it in, hit escape, and it's saved, without it adding another empty item after. |
agree, the new todo item once I finished typing bugs me too. How about using Ctrl+Enter as finishing typing current item and start a new item while using Enter as only finishing current item? |
Same here! |
Sounds like a good idea but the in the terminal I guess I'll change it to stop by pressing escape and the user can delete the item if they want to delete it? |
You may want to look into terminal shortcuts. These will make the editing more consistent across terminals.
|
Since dooit is vim inspired. I press esc after writing a todo description which currently cancels the whole todo. I was spooked by this behavior a couple of time now.
I think this behavior should only apply to empty to-dos and if the to do has a description then pressing
esc
should save the todo and not cancel it.The text was updated successfully, but these errors were encountered: