summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-11-10 21:41:01 +0000
committerTiago Cunha <tcunha@gmx.com>2011-11-10 21:41:01 +0000
commit4fbb2964388e1a1efa9c32d21a416925f2f0811c (patch)
tree79f8b40e40bf778baeaafec993027ad70014836c
parent21128fea1e29d9a7c494cc9615bbd2bba1bae71b (diff)
Sync OpenBSD patchset 977:
Missing bits for new keys and buffer indexes, from Tiago Cunha
-rw-r--r--tmux.19
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 36940331..5817f0d6 100644
--- a/tmux.1
+++ b/tmux.1
@@ -868,6 +868,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
@@ -1552,10 +1555,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 .