aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-06 07:09:00 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-06 07:09:00 +0000
commit9400fdac77cff0607f592c969949c7e4feed4913 (patch)
treec9200b2be060a32edbddbf82616130ece1081168 /tmux.1
parent4ca2200d838732c129c6dd5c11f92245346a1e28 (diff)
downloadrtmux-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.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 7a3daaf4..40955cce 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"