]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): document further keys that scroll page up/down
authorChristian Brabandt <cb@256bit.org>
Fri, 5 Jul 2024 19:09:35 +0000 (21:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 5 Jul 2024 19:11:57 +0000 (21:11 +0200)
fixes: #15107

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/scroll.txt
runtime/doc/tags

index cf7935312106f7a115f2524c0dfa9127b138e031..b88e27b39b5ee4dd6542e535f7dfb65e675055c9 100644 (file)
@@ -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
index d2c1523bb1af0991e61e24a995a9d36cdf2b0cee..f0df3ebd0106e12ffacc1e142980ad7d9c0087bb 100644 (file)
@@ -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*