XVimProject / XcodeIssues

Issue only repository to track Xcode Vim keybinding problems
6 stars 0 forks source link

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

Open michaeleisel opened 3 years ago

michaeleisel commented 3 years ago

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 commented 3 years ago

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