Skip to content

Instantly share code, notes, and snippets.

@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