ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

Why does vim-ipython preview window close with <esc> in code buffer window? #158

Open unpingco opened 7 years ago

unpingco commented 7 years ago

I have noticed that when I am editing a file and the vim-ipython window is open, and, in the source code, I hit <ESC> (moving from insert to normal mode), that the vim-ipython preview window closes. Is there a way to change this behavior? I would prefer that the vim-ipython preview window stay open unless I explicitly close it.

Thanks!

Jose