Skip to content

Instantly share code, notes, and snippets.

View lawrencecchen's full-sized avatar
🐰

Lawrence Chen lawrencecchen

🐰
View GitHub Profile
@lawrencecchen
lawrencecchen / vim-cheatsheet.md
Last active June 11, 2021 00:19 — forked from nerdalert/vim-cheatsheet.md
VIM Cheatsheet

VIM Cheatsheet

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