Vim Tips: How to scroll half a screen?
Posted by Joys of Programming on in Linux
To scroll a text page by page in the escape mode, we can make use of CTRL+F and CTRL+B. But for better and easier navigation, we would to move half a screen at a time. Make use of the following shortcuts
CTRL+D : Scroll Down half a Page/Screen
CTRL+U: Scroll Up half a page/Screen
Tips to remember these shortcuts, assume D and U as follows
CTRL + D: Down (Navigating down the page/screen)
CTRL + U: Up (Navigating Up the page/screen)
Comments: