aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-08 16:31:35 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-08 16:31:35 +0000
commitda194cc4359d16f27815be18b3be6cc6efabe5fd (patch)
tree6913c0d34cd61314a0d39eff14386f17e80facf1 /tmux.1
parentf5dd79a01a439d3c37e7a9ca60f4c2be26d30415 (diff)
downloadrtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.tar.gz
rtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.tar.bz2
rtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.zip
Sync OpenBSD patchset 604:
New command, join-pane, to split and move an existing pane into the space (like splitw then movep, or the reverse of breakp).
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.120
1 files changed, 19 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 5b5d90ba..3d62eb7c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.218 2010-01-08 16:23:38 tcunha Exp $
+.\" $Id: tmux.1,v 1.219 2010-01-08 16:31:35 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -767,6 +767,24 @@ If only one window is matched, it'll be automatically selected, otherwise a
choice list is shown.
This command only works from inside
.Nm .
+.It Xo Ic join-pane
+.Op Fl dhv
+.Oo Fl l
+.Ar size |
+.Fl p Ar percentage Oc
+.Op Fl s Ar src-pane
+.Op Fl t Ar dst-pane
+.Xc
+.D1 (alias: Ic joinp )
+Like
+.Ic split-window ,
+but instead of splitting
+.Ar dst-pane
+and creating a new pane, split it and move
+.Ar src-pane
+into the space.
+This can be used to reverse
+.Ic break-pane .
.It Xo Ic kill-pane
.Op Fl a
.Op Fl t Ar target-pane