summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2011-11-05 09:13:00 +0000
committernicm <nicm@openbsd.org>2011-11-05 09:13:00 +0000
commitba201595d1a58ed25a9c066a6dc9464b3fdfb865 (patch)
tree02360b281e0db2b81e521f5738e97c94cc85df87
parentOption to change status line (message) background when using vi keys and (diff)
downloadwireguard-openbsd-ba201595d1a58ed25a9c066a6dc9464b3fdfb865.tar.xz
wireguard-openbsd-ba201595d1a58ed25a9c066a6dc9464b3fdfb865.zip
Missing bits for new keys and buffer indexes, from Tiago Cunha
-rw-r--r--usr.bin/tmux/tmux.111
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 7611b242ef2..33989004642 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.253 2011/11/05 09:06:31 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.254 2011/11/05 09:13:00 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -864,6 +864,9 @@ in emacs mode, and
.Ql 10w
in vi.
.Pp
+When copying the selection, the repeat count indicates the buffer index to
+replace, if used.
+.Pp
Mode key bindings are defined in a set of named tables:
.Em vi-edit
and
@@ -1548,10 +1551,8 @@ to
.Em Home ,
.Em IC
(Insert),
-.Em NPage
-(Page Up),
-.Em PPage
-(Page Down),
+.Em NPage/PageDown/PgDn ,
+.Em PPage/PageUp/PgUp ,
.Em Space ,
and
.Em Tab .