diff options
author | nicm <nicm> | 2015-12-11 16:27:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-12-11 16:27:01 +0000 |
commit | f2be3ad46fc37e5689d836f994fa79968d047133 (patch) | |
tree | 024410d0d1b52e608798ca311feeec9ae9d9a443 | |
parent | bd5918760ecd1f40a574ccc8a302af869f68c27f (diff) | |
download | rtmux-f2be3ad46fc37e5689d836f994fa79968d047133.tar.gz rtmux-f2be3ad46fc37e5689d836f994fa79968d047133.tar.bz2 rtmux-f2be3ad46fc37e5689d836f994fa79968d047133.zip |
Mention {src,dst}-{window,pane} where we define target-{window,pane}.
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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. .Pp .Ar target-window +(or +.Ar src-window +or +.Ar dst-window ) specifies a window in the form .Em session Ns \&: Ns Em window . .Em session @@ -471,8 +475,11 @@ Each has a single-character alternative form. .El .Pp .Ar target-pane -may be a -pane ID or takes a similar form to +(or +.Ar src-pane +or +.Ar dst-pane ) +may be a pane ID or takes a similar form to .Ar target-window but with the optional addition of a period followed by a pane index or pane ID, for example: |