views:

158

answers:

2

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?

+2  A: 
:below 3sp

splits and makes the bottom panel of size 3.

Alex Martelli
+3  A: 

There's a couple of ways:

  • Use :below <N>sp to make a window beneath the current one of size N lines.
  • Use Ctrl + W to switch to an existing window. Then :resize N to set it to N lines high.
John Feminella
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