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
Can't reproduce, Ctrl+[ works for me to exit insert mode. This is more likely have something to do with your terminal setting rather than pyvim. In most terminals, pressing Esc should send the exact same escape sequence code as pressing Ctrl+[, programs running in the terminal (including vim and pyvim) can't distinguish the two. Your terminal and/or keyboard setting must be doing something unusual if Ctrl+[ doesn't behave exactly the same as Esc.
In classical vim
Ctrl+[
exits insert modeThe text was updated successfully, but these errors were encountered: