aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2016-09-04 17:37:06 +0000
committernicm <nicm>2016-09-04 17:37:06 +0000
commitfed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (patch)
tree7ec149e5a721c1e0746a0c61b3bddb19d52b63c3 /tmux.1
parent2627ab322e0e8dffbf86b1c2eb969139a8062174 (diff)
downloadrtmux-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.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 1d13d0c7..bd4152b2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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.