mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-patch:6a4afb1: runtime(doc): document further keys that scroll page up/down
fixes: vim/vim#15107
6a4afb1efc
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -43,6 +43,8 @@ CTRL-D Scroll window Downwards in the buffer. The number of
|
|||||||
|
|
||||||
<S-Down> or *<S-Down>* *<kPageDown>*
|
<S-Down> or *<S-Down>* *<kPageDown>*
|
||||||
<PageDown> or *<PageDown>* *CTRL-F*
|
<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
|
CTRL-F Scroll window [count] pages Forwards (downwards) in
|
||||||
the buffer. See also 'startofline' option.
|
the buffer. See also 'startofline' option.
|
||||||
When there is only one window the 'window' 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>*
|
<S-Up> or *<S-Up>* *<kPageUp>*
|
||||||
<PageUp> or *<PageUp>* *CTRL-B*
|
<PageUp> or *<PageUp>* *CTRL-B*
|
||||||
|
<S--> or *<S-Minus>* *SHIFT-MINUS*
|
||||||
CTRL-B Scroll window [count] pages Backwards (upwards) in the
|
CTRL-B Scroll window [count] pages Backwards (upwards) in the
|
||||||
buffer. See also 'startofline' option.
|
buffer. See also 'startofline' option.
|
||||||
When there is only one window the 'window' option
|
When there is only one window the 'window' option
|
||||||
|
Reference in New Issue
Block a user