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

Resize (and stay resized) IPython buffer window in GVIM? #16

Closed unpingco closed 13 years ago

unpingco commented 13 years ago

Currently, if you have one open edit buffer and the open IPython buffer (via ipy.vim), you cannot re-size the IPython buffer. In other words, if you try re-sizing the IPython buffer, it will be reset to the original size at the next command.

How can I change this so that the re-sized IPython buffer stays re-sized upon subsequent commands?

Thanks!

Jose