Replies: 1 comment
-
|
I couldn't find a config flag for this, so I suspect one would have to be made. This appears to be behavior defined by
From the first issue, a valid solution appears to be setting from prompt_toolkit.application import get_app
get_app().timeoutlen = 0
get_app().ttimeoutlen = 0Here are links to those two options in the
I think adding those as configuration options would be beneficial. The default delay is inconvenient. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
vi = Truemode, if a suggestion prompt is open the[Esc]key does not immediately exit insert mode. It seems like it tries to close the suggestion menu, but there is a 1 second delay between the key press and the menu finally closing. I'm always left frustratedly tapping the escape key over and over and over and never leaving insert mode!When I press escape, I want to immediately be in normal mode regardless of whether a suggestion prompt is open. Is there a flag for this in the config that I am missing?
If not, could we make one? :)
Beta Was this translation helpful? Give feedback.
All reactions