Add support for performing a full width split (with splitw -f), rather

than splitting the current cell. From Stephen Kent.
This commit is contained in:
nicm
2016-09-04 17:37:06 +00:00
parent 2627ab322e
commit fed1e384ad
5 changed files with 245 additions and 48 deletions

7
tmux.1
View File

@ -2011,6 +2011,13 @@ The
.Fl b
option causes the new pane to be created to the left of or above
.Ar target-pane .
The
.Fl f
option creates a new pane spanning the full window height (with
.Fl h )
or full window width (with
.Fl v ) ,
instead of splitting the active pane.
All other options have the same meaning as for the
.Ic new-window
command.