Skip to content
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

<ESC> in insert mode, with auto-complete suggestions showing, does not cause it to go to normal mode #8

Open
michaeleisel opened this issue Jul 3, 2021 · 1 comment

Comments

@michaeleisel
Copy link

When hitting escape in this case, it closes the auto-compete suggestions as it normally would when not in vim mode. However, to go to normal mode, one has to hit escape a second time. This is a major problem because it forces you to predict if auto-complete is about to show up when you're hitting escape to decide if you should hit it once or twice to go to normal mode. XVim, along with every auto-complete plugin I've tried in actual vim, goes to normal mode after the first even when it's showing auto-complete suggestions. Xcode Vim should do the same.

@michaeleisel
Copy link
Author

I received an update to my radar, that this was fixed in beta 5. Can anyone confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant