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.
|
feedback
|
|
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 | |||||||||||
feedback
|
|
Are you looking for Ctrl+F? It's the same that Ctrl+B but in the other direction. | |||||
feedback
|
|
Ctrl+d will scroll the window down and Ctrl+u up. It might be easier to reach as you avoid the right ctrl. This is not the same as page-up/down but you can configure it to be using the 'scroll' option. From the help (for ctrl+d):
| |||
|
feedback
|