Skip to content

Instantly share code, notes, and snippets.

@zsoltf
Created March 7, 2014 17:23
Show Gist options
  • Save zsoltf/9415798 to your computer and use it in GitHub Desktop.
Save zsoltf/9415798 to your computer and use it in GitHub Desktop.

vim study sheet

movement

|---+----+---+----+----|
| ^ | 1G | H | zt | g; |
| % | gg | M | zz | g, |
| $ | G  | L | zb |    |
|---+----+---+----+----|

|---+---+---+----+---+---|
| w | b | e | ge | t | f |
| W | B | E | gE | T | F |
|---+---+---+----+---+---|

words

  • w b e ge
  • W B E gE

characters

  • 0 ^ $ %
  • t T
  • f F

cursor

  • 1G gg G
  • H M L
  • zt zb zz
  • g; g,

misc

  • use <C-c> or <C-[> for <ESC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment