mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Mention {src,dst}-{window,pane} where we define target-{window,pane}.
This commit is contained in:
parent
bd5918760e
commit
f2be3ad46f
11
tmux.1
11
tmux.1
@ -416,6 +416,10 @@ If a session is omitted, the current session is used if available; if no
|
|||||||
current session is available, the most recently used is chosen.
|
current session is available, the most recently used is chosen.
|
||||||
.Pp
|
.Pp
|
||||||
.Ar target-window
|
.Ar target-window
|
||||||
|
(or
|
||||||
|
.Ar src-window
|
||||||
|
or
|
||||||
|
.Ar dst-window )
|
||||||
specifies a window in the form
|
specifies a window in the form
|
||||||
.Em session Ns \&: Ns Em window .
|
.Em session Ns \&: Ns Em window .
|
||||||
.Em session
|
.Em session
|
||||||
@ -471,8 +475,11 @@ Each has a single-character alternative form.
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Ar target-pane
|
.Ar target-pane
|
||||||
may be a
|
(or
|
||||||
pane ID or takes a similar form to
|
.Ar src-pane
|
||||||
|
or
|
||||||
|
.Ar dst-pane )
|
||||||
|
may be a pane ID or takes a similar form to
|
||||||
.Ar target-window
|
.Ar target-window
|
||||||
but with the optional addition of a period followed by a pane index or pane ID,
|
but with the optional addition of a period followed by a pane index or pane ID,
|
||||||
for example:
|
for example:
|
||||||
|
Loading…
Reference in New Issue
Block a user