aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
commit6a45fab608a7430757db38c3bf3ab67a042b7abb (patch)
treefe089bdfa8df3cb1768cc5445e229543405c44f5 /tmux.1
parent519c6fc7e760dcd608d24dfeb9dc947c6331685b (diff)
downloadrtmux-6a45fab608a7430757db38c3bf3ab67a042b7abb.tar.gz
rtmux-6a45fab608a7430757db38c3bf3ab67a042b7abb.tar.bz2
rtmux-6a45fab608a7430757db38c3bf3ab67a042b7abb.zip
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.118
1 files changed, 18 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 7f091c60..71391e94 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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