From 9a63ab5e3bb1bbe4c07685585251c98969308df3 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 6 Jul 2024 17:32:16 +0800 Subject: [PATCH 1/2] 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 --- runtime/doc/scroll.txt | 3 +++ 1 file changed, 3 insertions(+) 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 or ** ** or ** *CTRL-F* + or ** *CTRL-SHIFT-CR* ** + or *SHIFT-+* ** 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 or ** ** or ** *CTRL-B* + or ** *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 From 285543b6aaeb402304b7eeeb5b0cec9284f5d743 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 6 Jul 2024 17:32:33 +0800 Subject: [PATCH 2/2] vim-patch:aaaa21b: runtime(doc): Remove wrong help tag CTRL-SHIFT-CR https://github.com/vim/vim/commit/aaaa21b58f8af2fe923368116f94832df3d273bc Co-authored-by: Christian Brabandt --- runtime/doc/scroll.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index 1604c9a1d3..8b727a86fb 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -43,7 +43,7 @@ CTRL-D Scroll window Downwards in the buffer. The number of or ** ** or ** *CTRL-F* - or ** *CTRL-SHIFT-CR* ** + or ** ** or *SHIFT-+* ** CTRL-F Scroll window [count] pages Forwards (downwards) in the buffer. See also 'startofline' option.