=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.494 retrieving revision 1.495 diff -c -r1.494 -r1.495 *** src/usr.bin/tmux/tmux.1 2016/09/04 17:37:06 1.494 --- src/usr.bin/tmux/tmux.1 2016/09/12 15:40:58 1.495 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.494 2016/09/04 17:37:06 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.495 2016/09/12 15:40:58 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: September 4 2016 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: September 12 2016 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2133,2138 **** --- 2133,2139 ---- .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,2196 **** --- 2192,2205 ---- 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