Skip to content

Instantly share code, notes, and snippets.

View waltonzt's full-sized avatar

Zack Walton waltonzt

View GitHub Profile
@waltonzt
waltonzt / vim.md
Created May 26, 2017 03:12 — forked from joelbyler/vim.md
Vim cheat sheet

#Cursor movement

h - move left
j - move down
k - move up
l - move right
ctrl-b - page up
ctrl-f - page down
% - jump to matching brace

w - jump by start of words (punctuation considered words)