aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-07 19:47:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-07 19:47:10 +0000
commit462a11301aaf06dab52b06a9c52ed12d99537c5f (patch)
treee31414da95ea9467ebefa31ca6afe2e57065036a /tmux.1
parentad8509f361fc6b68bfc6220aa79ab36e03460705 (diff)
downloadrtmux-462a11301aaf06dab52b06a9c52ed12d99537c5f.tar.gz
rtmux-462a11301aaf06dab52b06a9c52ed12d99537c5f.tar.bz2
rtmux-462a11301aaf06dab52b06a9c52ed12d99537c5f.zip
Change split-window to accept a pane target (it should be split-pane but
renaming the command would be annoying).
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 41b28d46..7f091c60 100644
--- a/tmux.1
+++ b/tmux.1
@@ -984,11 +984,12 @@ Select the window at
.Oo Fl l
.Ar size |
.Fl p Ar percentage Oc
-.Op Fl t Ar target-window
+.Op Fl t Ar target-pane
.Op Ar command
.Xc
.D1 (alias: splitw )
-Creates a new pane by splitting the active pane:
+Create a new pane by splitting
+.Ar target-pane :
.Fl h
does a horizontal split and
.Fl v
@@ -999,9 +1000,9 @@ The
.Fl l
and
.Fl p
-options specify the size of the new window in lines (for vertical split) or in
+options specify the size of the new pane in lines (for vertical split) or in
cells (for horizontal split), or as a percentage, respectively.
-All other options have the same meaning as in the
+All other options have the same meaning as for the
.Ic new-window
command.
.It Xo Ic swap-pane