aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-23 17:49:21 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-23 17:49:21 +0000
commit8865eb2866971d1f82876546154f3032e915348b (patch)
treeabdf5cb46fd6566aa164c83aeb3a08e386719210 /tmux.1
parent097a501414b3278b048887fca174b65a2b2f5718 (diff)
downloadrtmux-8865eb2866971d1f82876546154f3032e915348b.tar.gz
rtmux-8865eb2866971d1f82876546154f3032e915348b.tar.bz2
rtmux-8865eb2866971d1f82876546154f3032e915348b.zip
Use C-e and C-y for scrolling in vi mode, from Micah Cowan.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index befc0cc8..f30c0d14 100644
--- a/tmux.1
+++ b/tmux.1
@@ -535,7 +535,7 @@ The keys available depend on whether emacs or vi mode is selected
.Ic mode-keys
option).
The following keys are supported as appropriate for the mode:
-.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXX" "emacs" -offset indent
+.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
.It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
.It Li "Back to indentation" Ta "^" Ta "M-m"
.It Li "Clear selection" Ta "Escape" Ta "C-g"
@@ -559,8 +559,8 @@ The following keys are supported as appropriate for the mode:
.It Li "Previous page" Ta "C-b" 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 or J" Ta "C-Down"
-.It Li "Scroll up" Ta "C-Up or K" Ta "C-Up"
+.It Li "Scroll down" Ta "C-Down or C-e" Ta "C-Down"
+.It Li "Scroll up" Ta "C-Up or C-y" 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"