diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-08 16:23:38 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-08 16:23:38 +0000 |
commit | 91b7db766c694100c3eb736bcc540540fc7643bf (patch) | |
tree | bd4a4cff393617e8e17aa0f592990f12daa6f512 /tmux.1 | |
parent | 7c3d4e35d71c5d1f10ac432c842852b2448ab2f8 (diff) | |
download | rtmux-91b7db766c694100c3eb736bcc540540fc7643bf.tar.gz rtmux-91b7db766c694100c3eb736bcc540540fc7643bf.tar.bz2 rtmux-91b7db766c694100c3eb736bcc540540fc7643bf.zip |
Sync OpenBSD patchset 600:
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.1 | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.217 2010-01-05 23:52:37 tcunha Exp $ +.\" $Id: tmux.1,v 1.218 2010-01-08 16:23:38 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 3 2010 $ +.Dd $Mdocdate: January 7 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |