diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-20 11:37:46 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-20 11:37:46 +0000 |
commit | 36475f80e9885588ed6a67f762289f7e56add84f (patch) | |
tree | 9c324b1f01c8b0765d48b114402828453fc5d892 /tmux.1 | |
parent | 52b02850ca960f5f540176036200a83ca73f1267 (diff) | |
download | rtmux-36475f80e9885588ed6a67f762289f7e56add84f.tar.gz rtmux-36475f80e9885588ed6a67f762289f7e56add84f.tar.bz2 rtmux-36475f80e9885588ed6a67f762289f7e56add84f.zip |
Sync OpenBSD patchset 271:
Now that pane targets (-t) are supported, switch some commands to use them
where it makes sense: clock-mode, copy-mode, scroll-mode, send-keys,
send-prefix.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.153 2009-08-20 11:22:47 tcunha Exp $ +.\" $Id: tmux.1,v 1.154 2009-08-20 11:37:46 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -528,7 +528,7 @@ The mode commands are as follows: .Bl -tag -width Ds .It Xo Ic copy-mode .Op Fl u -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Xc Enter copy mode. The @@ -536,7 +536,7 @@ The option scrolls one page up. .It Xo Ic scroll-mode .Op Fl u -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Xc Enter scroll mode. The @@ -970,7 +970,7 @@ are listed; this may be one of: or .Em emacs-copy . .It Xo Ic send-keys -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Ar key Ar ... .Xc .D1 (alias: Ic send ) @@ -984,7 +984,7 @@ or ) to send; if the string is not recognised as a key, it is sent as a series of characters. All arguments are sent sequentially from first to last. -.It Ic send-prefix Op Fl t Ar target-window +.It Ic send-prefix Op Fl t Ar target-pane Send the prefix key to a window as if it was pressed. .It Xo Ic unbind-key .Op Fl cn @@ -1799,7 +1799,7 @@ Display the contents of the specified buffer. .Pp Miscellaneous commands are as follows: .Bl -tag -width Ds -.It Ic clock-mode Op Fl t Ar target-window +.It Ic clock-mode Op Fl t Ar target-pane Display a large clock. .It Ic if-shell Ar shell-command command .D1 (alias: Ic if ) |