summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-07-05 21:09:35 +0200
committerChristian Brabandt <cb@256bit.org>2024-07-05 21:11:57 +0200
commit6a4afb1efca1bac5fbc0281804591cf0a52b2d81 (patch)
tree00be8516fa002da8a5ca28bfc05e7ea5715a5207 /runtime/doc
parent93a3d2b905f1012aa0eac8db36b31ce01c3571f3 (diff)
runtime(doc): document further keys that scroll page up/down
fixes: #15107 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/scroll.txt5
-rw-r--r--runtime/doc/tags7
2 files changed, 11 insertions, 1 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index cf79353121..b88e27b39b 100644
--- a/runtime/doc/scroll.txt
+++ b/runtime/doc/scroll.txt
@@ -1,4 +1,4 @@
-*scroll.txt* For Vim version 9.1. Last change: 2022 Oct 17
+*scroll.txt* For Vim version 9.1. Last change: 2024 Jul 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -48,6 +48,8 @@ CTRL-D Scroll window Downwards in the buffer. The number of
<S-Down> or *<S-Down>* *<kPageDown>*
<PageDown> or *<PageDown>* *CTRL-F*
+<S-CR> or *<S-CR>* *CTRL-SHIFT-CR* *<S-NL>*
+<S-+> or *SHIFT-+* *<S-Plus>*
CTRL-F Scroll window [count] pages Forwards (downwards) in
the buffer. See also 'startofline' option.
When there is only one window the 'window' option
@@ -85,6 +87,7 @@ CTRL-U Scroll window Upwards in the buffer. The number of
<S-Up> or *<S-Up>* *<kPageUp>*
<PageUp> or *<PageUp>* *CTRL-B*
+<S--> or *<S-Minus>* *SHIFT-MINUS*
CTRL-B Scroll window [count] pages Backwards (upwards) in the
buffer. See also 'startofline' option.
When there is only one window the 'window' option
diff --git a/runtime/doc/tags b/runtime/doc/tags
index d2c1523bb1..f0df3ebd01 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -3742,6 +3742,7 @@ $quote eval.txt /*$quote*
<RightMouse> visual.txt /*<RightMouse>*
<RightRelease> term.txt /*<RightRelease>*
<S- intro.txt /*<S-*
+<S-CR> scroll.txt /*<S-CR>*
<S-Del> os_dos.txt /*<S-Del>*
<S-Down> scroll.txt /*<S-Down>*
<S-End> term.txt /*<S-End>*
@@ -3761,6 +3762,9 @@ $quote eval.txt /*$quote*
<S-Insert> os_dos.txt /*<S-Insert>*
<S-Left> motion.txt /*<S-Left>*
<S-LeftMouse> term.txt /*<S-LeftMouse>*
+<S-Minus> scroll.txt /*<S-Minus>*
+<S-NL> scroll.txt /*<S-NL>*
+<S-Plus> scroll.txt /*<S-Plus>*
<S-Right> motion.txt /*<S-Right>*
<S-RightMouse> term.txt /*<S-RightMouse>*
<S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>*
@@ -3942,6 +3946,7 @@ CTRL-O motion.txt /*CTRL-O*
CTRL-P motion.txt /*CTRL-P*
CTRL-Q gui_w32.txt /*CTRL-Q*
CTRL-R undo.txt /*CTRL-R*
+CTRL-SHIFT-CR scroll.txt /*CTRL-SHIFT-CR*
CTRL-T tagsrch.txt /*CTRL-T*
CTRL-U scroll.txt /*CTRL-U*
CTRL-U-changed version6.txt /*CTRL-U-changed*
@@ -5690,6 +5695,8 @@ Ruby if_ruby.txt /*Ruby*
Russian russian.txt /*Russian*
S change.txt /*S*
SHELL starting.txt /*SHELL*
+SHIFT-+ scroll.txt /*SHIFT-+*
+SHIFT-MINUS scroll.txt /*SHIFT-MINUS*
SQLGetType ft_sql.txt /*SQLGetType*
SQLSetType ft_sql.txt /*SQLSetType*
SafeState autocmd.txt /*SafeState*