summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-03 08:31:18 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-03 08:31:18 +0000
commit07ac16807f85d7bd5e7c7570f2b11250c65b6228 (patch)
tree8409a155ccc48f26d4ebf7c5fe5ba45fdf4e44fa /tmux.1
parent4d9ccd322909334b896d6a0420ea747898799385 (diff)
Add move-pane command (like join-pane but allows the same window). Also
-b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.124
1 files changed, 23 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 15306d5e..133af6ca 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1105,7 +1105,7 @@ choice list is shown.
This command only works from inside
.Nm .
.It Xo Ic join-pane
-.Op Fl dhv
+.Op Fl bdhv
.Oo Fl l
.Ar size |
.Fl p Ar percentage Oc
@@ -1122,6 +1122,12 @@ and creating a new pane, split it and move
into the space.
This can be used to reverse
.Ic break-pane .
+The
+.Fl b
+option causes
+.Ar src-pane
+to be joined to left of or above
+.Ar dst-pane .
.It Xo Ic kill-pane
.Op Fl a
.Op Fl t Ar target-pane
@@ -1210,6 +1216,22 @@ For the meaning of the
flag, see the
.Sx FORMATS
section.
+.It Xo Ic move-pane
+.Op Fl bdhv
+.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 movep )
+Like
+.Ic join-pane ,
+but
+.Ar src-pane
+and
+.Ar dst-pane
+may belong to the same window.
.It Xo Ic move-window
.Op Fl dk
.Op Fl s Ar src-window