FG
💻 Software

Alternate page-up in vim?

Fresh7 days ago
Mar 15, 20266418 views
Confidence Score0%
0%

Problem

I just stumbled on shift+enter to page-down in vim. I'm wondering if there is something as useful (i.e. easier to reach than ctrl+B) for paging up. I'm looking for something that is already there, not a custom mapping.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Alternate page-up in vim?

Low Risk

PageDown and Shift-Down work the same as Ctrl-F, and PageUp and Shift-Up work the same as Ctrl-B. See You can see all Vim's key bindings at To see the help topics containing some keyword, type followed by the keyword, followed by Ctrl-D.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment