diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-12-11 19:59:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-12-11 19:59:08 +0000 |
commit | 5a5db02b8514eff40b97b3f3e4e85a3d948b57da (patch) | |
tree | b365177fbccd29ab040ae598fa22a6bf2e10638d /tmux.1 | |
parent | 38cc1a1843b370eaeff749802d1d8803b73c4b93 (diff) | |
parent | 2a6b2153280278d356dfbdd2af36887d5a1c8763 (diff) | |
download | rtmux-5a5db02b8514eff40b97b3f3e4e85a3d948b57da.tar.gz rtmux-5a5db02b8514eff40b97b3f3e4e85a3d948b57da.tar.bz2 rtmux-5a5db02b8514eff40b97b3f3e4e85a3d948b57da.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -420,6 +420,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 @@ -475,8 +479,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: |