aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-11-19 09:22:03 +0000
committerThomas Adam <thomas@xteddy.org>2014-11-19 09:22:03 +0000
commit3e8efcc555a2767ff0abc121cb3232d7e84c3873 (patch)
treed655f7fdb10952e417cd79e2f907e5e9d75ea0c5 /tmux.1
parentbd803e82e96512473036461ec3832c569768e535 (diff)
parente0929262db947f984964f979a23215c0de75ceb2 (diff)
downloadrtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.gz
rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.bz2
rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index fb708ded..4a1eb54c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1761,7 +1761,7 @@ is given and the selected window is already the current window,
the command behaves like
.Ic last-window .
.It Xo Ic split-window
-.Op Fl dhvP
+.Op Fl bdhvP
.Op Fl c Ar start-directory
.Oo Fl l
.Ar size |
@@ -1785,6 +1785,10 @@ and
.Fl p
options specify the size of the new pane in lines (for vertical split) or in
cells (for horizontal split), or as a percentage, respectively.
+The
+.Fl b
+option causes the new pane to be created to the left of or above
+.Ar target-pane .
All other options have the same meaning as for the
.Ic new-window
command.