diff options
author | nicm <nicm> | 2015-06-17 16:50:28 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-06-17 16:50:28 +0000 |
commit | 0ff335961eec019d776f19bd8c26cce7cde0effa (patch) | |
tree | c45e265253049e3e04755c09eac03006fa3f5f55 /tmux.1 | |
parent | 021cdbe1c0111951a1f63b09b41c9e3db3793db5 (diff) | |
download | rtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.tar.gz rtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.tar.bz2 rtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.zip |
Move the shuffle code from new-window -a into a function and add a -a
flag for move-window too. From Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1544,7 +1544,7 @@ If no .Ar target-session is specified, select the last window of the current session. .It Xo Ic link-window -.Op Fl dk +.Op Fl adk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc @@ -1558,6 +1558,10 @@ If is specified and no such window exists, the .Ar src-window is linked there. +With +.Fl a , +the window is moved to the next index up (following windows +are moved if necessary). If .Fl k is given and @@ -1623,7 +1627,7 @@ and .Ar dst-pane may belong to the same window. .It Xo Ic move-window -.Op Fl rdk +.Op Fl ardk .Op Fl s Ar src-window .Op Fl t Ar dst-window .Xc |