aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-18 16:21:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-18 16:21:04 +0000
commit145ba777e8ad6cca977e6b310de15145e4f1c321 (patch)
tree5135b142d33aedcb18844e25bd38692684f873f2 /tmux.1
parentdc6271cd79947c020fc21a9d5641de6d576f61f2 (diff)
downloadrtmux-145ba777e8ad6cca977e6b310de15145e4f1c321.tar.gz
rtmux-145ba777e8ad6cca977e6b310de15145e4f1c321.tar.bz2
rtmux-145ba777e8ad6cca977e6b310de15145e4f1c321.zip
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.110
1 files changed, 5 insertions, 5 deletions
diff --git a/tmux.1 b/tmux.1
index 3213b32b..b811c81e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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 )