You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an application that populates the text area and then asks the user to delete parts of it, so the natural way to start is not in InputMode.INSERT but instead in InputMode.NAVIGATION.
Hi. Thanks for prompt-toolkit. It's great.
I'm working on an application that populates the text area and then asks the user to delete parts of it, so the natural way to start is not in
InputMode.INSERT
but instead inInputMode.NAVIGATION
.I've been playing around with things like this:
But the app still starts in insert mode. I think that
Application
is calling reset() which is setting it back to insert mode.Is there a recommended way to do this?
The text was updated successfully, but these errors were encountered: