You may sometimes want to change the size of a split or vsplit.
To change the size of the currently active split, use :resize <new size>
. :resize 30
for example would make the split 30 lines tall.
To change the size of the currently active vsplit, use :vertical resize <new size>
. :vertical resize 80
for example would make the vsplit 80 characters wide.