diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:10:10 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:10:10 +0000 |
commit | 32291172bf00770c2b5405cf43cac33ed4ec8410 (patch) | |
tree | 65eb1de63b91260d130681ff93d53c84fd89cd9f /tmux.1 | |
parent | eb7f8b6d33e99d7dde9a6b128552f4a9c96836d6 (diff) | |
download | rtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.tar.gz rtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.tar.bz2 rtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.zip |
Sync OpenBSD patchset 361:
Make C-Up and C-Down in copy mode scroll the screen up and down one line
without moving the cursor, like Up and Down in scroll mode (which will shortly
disappear).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.177 2009-10-05 18:26:00 tcunha Exp $ +.\" $Id: tmux.1,v 1.178 2009-10-06 14:10:10 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" 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: October 4 2009 $ +.Dd $Mdocdate: October 6 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -515,6 +515,8 @@ The following keys are supported as appropriate for the mode: .It Li "Previous page" Ta "C-u" Ta "Page up" .It Li "Previous word" Ta "b" Ta "M-b" .It Li "Quit mode" Ta "q" Ta "Escape" +.It Li "Scroll down" Ta "C-Down" Ta "C-Down" +.It Li "Scroll up" Ta "C-Up" Ta "C-Up" .It Li "Search again" Ta "n" Ta "n" .It Li "Search backward" Ta "?" Ta "C-r" .It Li "Search forward" Ta "/" Ta "C-s" |