aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/scroll.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 18:37:14 +0200
committerGitHub <noreply@github.com>2017-05-01 18:37:14 +0200
commitefea8a66b12d98b02d0594b54c4e575262d4e3da (patch)
tree246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/scroll.txt
parentcd190db8b3f1376a35a3cdce00e277018f809862 (diff)
parent45ef3d9d0c5f09e735b984fb6bbb25b27848408c (diff)
downloadrneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.gz
rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.bz2
rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.zip
Merge #6632 from justinmk/doc
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r--runtime/doc/scroll.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index 93c704a8ba..52e5cc9f0c 100644
--- a/runtime/doc/scroll.txt
+++ b/runtime/doc/scroll.txt
@@ -16,12 +16,7 @@ upwards in the buffer, the text in the window moves downwards on your screen.
See section |03.7| of the user manual for an introduction.
-1. Scrolling downwards |scroll-down|
-2. Scrolling upwards |scroll-up|
-3. Scrolling relative to cursor |scroll-cursor|
-4. Scrolling horizontally |scroll-horizontal|
-5. Scrolling synchronously |scroll-binding|
-6. Scrolling with a mouse wheel |scroll-mouse-wheel|
+ Type <M-]> to see the table of contents.
==============================================================================
1. Scrolling downwards *scroll-down*