diff options
author | nicm <nicm> | 2016-09-04 17:37:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-09-04 17:37:06 +0000 |
commit | fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (patch) | |
tree | 7ec149e5a721c1e0746a0c61b3bddb19d52b63c3 /tmux.1 | |
parent | 2627ab322e0e8dffbf86b1c2eb969139a8062174 (diff) | |
download | rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.tar.gz rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.tar.bz2 rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.zip |
Add support for performing a full width split (with splitw -f), rather
than splitting the current cell. From Stephen Kent.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |