You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is caused by the vim terminal keycode. Vim use ^[ keycode simulate special key such as <UP>, <F1-12> in terminal. The ^[ represent to the key <ESC>. This key by default is used as exVim's plugin-window closing key.
To solve this problem. I just use <leader><ESC> as the close window key mapping in Terminal.
jwu
added a commit
that referenced
this issue
Jun 3, 2014
For example, if you press twice, in terminal vim, it will insert S in your buffer.
The text was updated successfully, but these errors were encountered: