Scroll quickly without losing context.

Section: Scrolling and viewport

Half-page scrolling

vim
vim
<C-d>  <C-u>
Explanation

`<C-d>` scrolls down half a page; `<C-u>` scrolls up half a page.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Scrolling and viewport
Center current line
Recenter the viewport around the cursor line.
OpenIn sheetvimsame section
Move line to top or bottom of screen
Reposition the viewport around the current line.
OpenIn sheetvimsame section
Move with home-row keys
Navigate left, down, up, and right.
OpenIn sheetvim2 tag match
Move by words
Jump by word starts and ends.
OpenIn sheetvim2 tag match
Move to line edges
Jump to line start or end.
OpenIn sheetvim2 tag match
Jump within file
Move to the top or bottom of the buffer.
OpenIn sheetvim2 tag match