Skip to content

Instantly share code, notes, and snippets.

@tanmdoan
tanmdoan / cloudSettings
Created March 24, 2020 16:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-24T16:40:42.947Z","extensionVersion":"v3.4.3"}
@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)