diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-06 17:32:16 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-07-06 17:32:22 +0800 |
commit | 9a63ab5e3bb1bbe4c07685585251c98969308df3 (patch) | |
tree | 341765feda3425165b8e7db2531d31437be943fe | |
parent | 0abaccb2a795c40cd7f55b9a19fe6ecb765479e2 (diff) | |
download | rneovim-9a63ab5e3bb1bbe4c07685585251c98969308df3.tar.gz rneovim-9a63ab5e3bb1bbe4c07685585251c98969308df3.tar.bz2 rneovim-9a63ab5e3bb1bbe4c07685585251c98969308df3.zip |
vim-patch:6a4afb1: runtime(doc): document further keys that scroll page up/down
fixes: vim/vim#15107
https://github.com/vim/vim/commit/6a4afb1efca1bac5fbc0281804591cf0a52b2d81
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/scroll.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index 29d6177213..1604c9a1d3 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -43,6 +43,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 @@ -80,6 +82,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 |