the resige command change the
Answers
Answered by
0
Answer:
VIM change window size
There are several window commands that allow you to do this: Ctrl+W +/- : increase/decrease height (ex. 20<C-w>+ )
...
Then for change window height:
z0<CR> to minimize height of current window.
z99<CR> to maxmize height of current window.
z= to make them all equal.
Similar questions