neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 34fa54355a50baefe443a00ec4b0d60188445b36
parent 55e4301036bb938474fc9768c41e28df867d9286
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat,  6 Jul 2024 17:52:28 +0800

Merge pull request #29584 from zeertzjq/vim-6a4afb1efca1

vim-patch:6a4afb1,aaaa21b
Diffstat:
Mruntime/doc/scroll.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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