-
Notifications
You must be signed in to change notification settings - Fork 112
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
Canceling auto−complete popup by Escape trigger mode change to normal-mode #339
Comments
By this change escape is no longer trigger activate-normal-mode when autocomplete-active is set in classList
This issue brought me here, because it was resolved - it's now super annoying to hit escape twice, just because the autocomplete prompt happened to be showing. Can we have an option? |
Oh understand. Sorry. |
In the meantime:
I actually thought my escape key was broken because I didn't understand why I wasn't exiting insert mode 😂 |
Yeah, I want close autocomplete AND escape insert mode. Can you release this revert? |
released patch as v0.54.1 |
Thanks! 👍 |
I noticed this via this tweet
autocomplete-plus also using
escape
, and its bound toauto-complete-plus:cancel
https://github.com/atom/autocomplete-plus/blob/master/keymaps/autocomplete-plus.cson#L5
Because atom command is propagated,
escape
to cancel autocomplete-plus's popup also triggervim-mode-plus:activate-normal-mode
.I this is not normal user expect, what normal user expect is
escape
only close popup and remain ininsert-mode
.If user really want to escape
insert-mode
, anotherescape
should be typed.Current behavior taking the choice by user. Not good.
The text was updated successfully, but these errors were encountered: