diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-06 17:52:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 17:52:28 +0800 |
commit | 34fa54355a50baefe443a00ec4b0d60188445b36 (patch) | |
tree | 3a854931841440e0cb040035a6c4812ade9b81a7 | |
parent | 55e4301036bb938474fc9768c41e28df867d9286 (diff) | |
parent | 285543b6aaeb402304b7eeeb5b0cec9284f5d743 (diff) | |
download | rneovim-34fa54355a50baefe443a00ec4b0d60188445b36.tar.gz rneovim-34fa54355a50baefe443a00ec4b0d60188445b36.tar.bz2 rneovim-34fa54355a50baefe443a00ec4b0d60188445b36.zip |
Merge pull request #29584 from zeertzjq/vim-6a4afb1efca1
vim-patch:6a4afb1,aaaa21b
-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..8b727a86fb 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>* *<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 |