Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Created March 22, 2013 14:18
Show Gist options
  • Save lirenlin/5221607 to your computer and use it in GitHub Desktop.
Save lirenlin/5221607 to your computer and use it in GitHub Desktop.
vim scrolling relative to the cursor
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