-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Return to vim normal mode immediately after pressing ESC key #9
Comments
Sorry, I cannot reproduce this. When the popup menu is displayed, pressing ESC once takes me back to normal mode. I don't need to press ESC twice. It's possible you have some misbehaving mapping. |
Thank you, It was a problem with the vim-autoclose plugin. |
Same issue here, disabling |
try some other plugin, like Raimondi/delimitMate |
Thank you @vheon , that solves the issue. It would be nice to mention it in README.md :-) |
vim-autoclose have problem with YCM @see ycm-core/YouCompleteMe#9 (comment)
|
let g:AutoClosePumvisible = {"ENTER": "", "ESC": ""} fixes the |
cs-completer: improvements for solution detection
thx, JohnnyMudcrab. |
I don't use Current plugins:
|
@Qix- try to not load every plugin except for YouCompleteMe and then bring them in one at a time until you figure out which one is the culprit. |
Plugin 'bling/vim-airline' Removing 'bling/vim-bufferline' fixes this problem |
Currently, Vim returns to edit mode after pressing ESC key when the YCM's auto-complete popup is displaying. I'm used to SuperTab's behavior, so I find it a litte inconvenient to have to press ESC key 2 times to return to normal mode. Is there an option in YCM that help me change this behavior?
The text was updated successfully, but these errors were encountered: