Skip to content

Instantly share code, notes, and snippets.

View bwinterling's full-sized avatar

Brian Winterling bwinterling

View GitHub Profile
@nmeans
nmeans / resources.md
Last active March 7, 2017 22:41
Leadership Resources

Talks

Books

@Hilaryous
Hilaryous / vim_cheat_sheet.md
Created February 4, 2016 22:52
Vim Cheat Sheet

Vim Cheat Sheet

Cursor Movement

  h        - move cursor left
  j        - move cursor down
  k        - move cursor up
  l        - move cursor right
  w        - jump forwards to the start of a word

W - jump forwards to the start of a word (words can contain punctuation)