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).
This commit is contained in:
Nicholas Marriott
2009-10-06 07:09:00 +00:00
parent 4ca2200d83
commit 9400fdac77
4 changed files with 34 additions and 14 deletions

2
tmux.1
View File

@ -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"