Skip to content

Instantly share code, notes, and snippets.

View tiste's full-sized avatar
💡
crafting

Baptiste Lecocq tiste

💡
crafting
View GitHub Profile
@tiste
tiste / vim.md
Created October 2, 2013 15:51 — forked from m3nd3s/NERDTree.mkd
Vim cheat sheet

Cursor movement

h - move left
j - move down
k - move up
l - move right
% - jump to matching brace
w - jump by start of words (punctuation considered words)
W - jump by words (spaces separate words)