Add two new options for kind which are split_top and split_bottom. Those allow the window to be split as the top/bottom most window (That'd be the same as :top split and :bottom split respectively).
Also, correct the actual behavior of split_above in the docs/comments.
Screenshots
With kind=split as usual:
With the new kind=split_bottom:
Note: split_above and split_top do the same thing but at the top, of course.
Changes
Add two new options for
kind
which aresplit_top
andsplit_bottom
. Those allow the window to be split as the top/bottom most window (That'd be the same as:top split
and:bottom split
respectively). Also, correct the actual behavior ofsplit_above
in the docs/comments.Screenshots
With
kind=split
as usual:With the new
kind=split_bottom
:Note:
split_above
andsplit_top
do the same thing but at the top, of course.