diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-03 09:19:40 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-03 09:19:40 +0000 |
commit | e4f1fbd0085f30be0945ff3c8220184b0b473906 (patch) | |
tree | 204603b6b0c3ac845fe456260c1fa64d973eeae4 /tmux.1 | |
parent | 89ab14709346ebcb49d43172ff55b15a6512e08f (diff) | |
download | rtmux-e4f1fbd0085f30be0945ff3c8220184b0b473906.tar.gz rtmux-e4f1fbd0085f30be0945ff3c8220184b0b473906.tar.bz2 rtmux-e4f1fbd0085f30be0945ff3c8220184b0b473906.zip |
Sync OpenBSD patchset 1035:
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.1 | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1109,7 +1109,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 @@ -1126,6 +1126,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 @@ -1214,6 +1220,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 |