diff options
author | nicm <nicm> | 2019-04-17 14:39:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-04-17 14:39:37 +0000 |
commit | 5943cd1907d20381c527d4b3b338df090cbbb1de (patch) | |
tree | 61a55c53af6cb80f36aef415326f00e3f09a34ca /tmux.1 | |
parent | 78287e27c87ccdda1f8580382b336a0d02c26a03 (diff) | |
download | rtmux-5943cd1907d20381c527d4b3b338df090cbbb1de.tar.gz rtmux-5943cd1907d20381c527d4b3b338df090cbbb1de.tar.bz2 rtmux-5943cd1907d20381c527d4b3b338df090cbbb1de.zip |
Document that switch-client can change all of session,window,pane and
check for % in the target as well as ":.".
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1053,6 +1053,14 @@ Switch the current session for client .Ar target-client to .Ar target-session . +As a special case, +.Fl t +may refer to a pane (a target that contains +.Ql : , +.Ql . +or +.Ql % ) +in which case the session, window and pane are all changed. If .Fl l , .Fl n |