diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-06 07:09:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-06 07:09:00 +0000 |
commit | 9400fdac77cff0607f592c969949c7e4feed4913 (patch) | |
tree | c9200b2be060a32edbddbf82616130ece1081168 /tmux.1 | |
parent | 4ca2200d838732c129c6dd5c11f92245346a1e28 (diff) | |
download | rtmux-9400fdac77cff0607f592c969949c7e4feed4913.tar.gz rtmux-9400fdac77cff0607f592c969949c7e4feed4913.tar.bz2 rtmux-9400fdac77cff0607f592c969949c7e4feed4913.zip |
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 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |