Shougo/vimshell.vim

window resizing becomes finicky after splitting a window and calling :VimShell

Closed this issue · 1 comments

after executing

:sp
:VimShell -create

window resizing shortcuts like C-W-+ or C-W-= work only when you press them really fast.

Unfortunatelly, it is feature.
VimShell sets setlocal winfixheight option.
You can set setlocal nowinfixheight option.