Skip to content

Instantly share code, notes, and snippets.

@sandyxu
Created August 23, 2013 09:53
Show Gist options
  • Save sandyxu/6317548 to your computer and use it in GitHub Desktop.
Save sandyxu/6317548 to your computer and use it in GitHub Desktop.
vim current line move
zz - move current line to the middle of the screen
zt - move current line to the top of the screen
zb - move current line to the bottom of the screen
Ctrl-e Moves screen up one line
Ctrl-y Moves screen down one line
Ctrl-u Moves screen up ½ page
Ctrl-d Moves screen down ½ page
Ctrl-b Moves screen up one page
Ctrl-f Moves screen down one page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment