Closed dhleong closed 5 years ago
In addition to <C-F> and <C-B>, Vim also has <C-D> and <C-U> (which use the scroll option, defaulting to half the window height) and <C-E> and <C-Y> (which scroll [count] lines, defaulting to 1).
<C-F>
<C-B>
<C-D>
<C-U>
scroll
<C-E>
<C-Y>
[count]
1
In addition to
<C-F>
and<C-B>
, Vim also has<C-D>
and<C-U>
(which use thescroll
option, defaulting to half the window height) and<C-E>
and<C-Y>
(which scroll[count]
lines, defaulting to1
).