summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2016-09-12 15:40:58 +0000
committernicm <nicm>2016-09-12 15:40:58 +0000
commit2e5584c2b41df1c1b836c3229ea78f8ea3d81054 (patch)
tree1f790c7d13f657d2e22bb292c56968cbc84bf675 /tmux.1
parentfed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (diff)
Allow repeat count to be specified in mode key tables with bind-key -R,
and set the default repeat count to 5 for WheelUp and WheelDown in copy-mode.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index bd4152b2..f1775e38 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2133,6 +2133,7 @@ Commands related to key bindings are as follows:
.Bl -tag -width Ds
.It Xo Ic bind-key
.Op Fl cnr
+.Op Fl R Ar repeat-count
.Op Fl t Ar mode-table
.Op Fl T Ar key-table
.Ar key Ar command Op Ar arguments
@@ -2191,6 +2192,14 @@ is bound in
the binding for command mode with
.Fl c
or for normal mode without.
+For keys in the
+.Em vi-copy
+or
+.Em emacs-copy
+tables,
+.Fl R
+specifies how many times the command should be repeated.
+.Pp
See the
.Sx WINDOWS AND PANES
section and the