From b5b67c538605fef234aa8ea95c0e277449dac4fc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 8 Apr 2019 09:36:34 +0100 Subject: Document that switch-client can change all of session,window,pane and check for % in the target as well as ":.". --- tmux.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index ebbdc5bd..0596da0c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1096,6 +1096,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 -- cgit