-
-
Save lirenlin/5221607 to your computer and use it in GitHub Desktop.
vim scrolling relative to the cursor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
H: put cursor in the top of window | |
M: put cursor in the middle of window | |
L: put cursor in the bottom of window | |
zz: | |
z. | |
zt: | |
z<CR> | |
zb: | |
z-: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment