0
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 [...]