From 2e5584c2b41df1c1b836c3229ea78f8ea3d81054 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 12 Sep 2016 15:40:58 +0000 Subject: 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. --- tmux.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tmux.1') 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 -- cgit