diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-06-17 20:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-06-17 20:01:12 +0100 |
commit | 21a2ccc5f16be454ed7a2fd47e65a51d5faa4597 (patch) | |
tree | 8e58252b5da492a2e4e0ed5fdc35e098ca05bfc1 /tmux.1 | |
parent | a584e11d6bb5d2ab0e0476f6c1a821e865597053 (diff) | |
parent | 84f0622c852761a2d6688e944bc01a03af78c52a (diff) | |
download | rtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.tar.gz rtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.tar.bz2 rtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1548,7 +1548,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 @@ -1562,6 +1562,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 @@ -1627,7 +1631,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 |