-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot leave insert mode #72
Comments
Oh that is really strange. A few questions:
|
|
Ok thanks for the input. I'll try to see if I can somehow reproduce that. But I'm afraid I won't be able to. I could imagine to add some debug logs to tmux-complete to see where it gets stuck. Would you be willing to try that on your machine so we can see what's going on? |
Definitely. I'm very curious about getting to know what causes this. |
This is a really strange behaviour, maybe you have an idea what could cause this. I use the same setup on another mac (both macOS Sierra, Vim 8.0.3) and there's everything woking without any problem.
I use this plugin in combination with
neocomplete
. The package manager isdein.vim
.If I enter insert mode, I'm not able to leave it again. The only way to exit vim is to close the tmux session/window or to quite the whole terminal (same behaviour in terminal, iTerm, MacVim, it doesn't matter if I started a tmux session before or not).
If I enter "escape",
^[
gets typed.If I uninstall wellle/tmux-complete.vim everything works as expected.
The text was updated successfully, but these errors were encountered: