With the [N]sp option, I can split a Window and make the Top panel of size N. Is there any way to make the bottom panel of some size?
views:
158answers:
2
+3
A:
There's a couple of ways:
- Use
:below <N>sp
to make a window beneath the current one of sizeN
lines. - Use Ctrl + W to switch to an existing window. Then
:resize N
to set it toN
lines high.
John Feminella
2010-04-25 02:39:51
You can also type Ctrl + W, a number, then plus or minus to change the primary dimension of the current window by that many lines.
Jefromi
2010-04-25 03:58:27