diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-11-05 09:13:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-11-05 09:13:00 +0000 |
commit | 6c1c304fc3e2197922fa7659110c3e78c4fbce6f (patch) | |
tree | 818c9c829d4d03098c8ea9dd062254f6ed3b9ebe | |
parent | e5bf63cb59981657e5140c0f542ec3c1f69dcd5a (diff) | |
download | rtmux-6c1c304fc3e2197922fa7659110c3e78c4fbce6f.tar.gz rtmux-6c1c304fc3e2197922fa7659110c3e78c4fbce6f.tar.bz2 rtmux-6c1c304fc3e2197922fa7659110c3e78c4fbce6f.zip |
Missing bits for new keys and buffer indexes, from Tiago Cunha
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 . |