ivanov/vim-ipython

add an option to split new created window vim-ipython vertically

kevin4fly opened this issue · 2 comments

i hope the plugin is able to add an option to split the new create window named vim-ipython vertically. since the horizontally split window is too small for me. thanks.

I would like to have this option as well...

Most of the time I am working on wide screens, and having the code and buffer windows side by side would by much more space-efficient than having one on top of the other.

Finally found a way to go from vertical split to horizontal split in vim:
http://stackoverflow.com/questions/1269603/to-switch-from-vertical-split-to-horizontal-split-fast-in-vim.

Just pressed: Ctrl-W, t Ctrl-W, H Ctrl-W H, and now my code is on the left and the buffer is on the right.

Thanks.