diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-12 18:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-12 18:01:12 +0100 |
commit | a5b29a1250c321d08b227120b4d9e835297e7acd (patch) | |
tree | b9324a9c18be232633b9e8ba6ae749e95178dad3 /tmux.1 | |
parent | 060515684dd2f3d471cc801920495426368b6ecf (diff) | |
parent | 2e5584c2b41df1c1b836c3229ea78f8ea3d81054 (diff) | |
download | rtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.tar.gz rtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.tar.bz2 rtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2137,6 +2137,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 @@ -2195,6 +2196,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 |