Skip to main content

vim tips

* key searches for the word under the cursor, use ”#” to do the same thing backwards.

% key on brackets {} () [] will find the matching one.

. key will repeat last change

Indent a visual block using right angle bracket

gv Reselect a visual block

xp to reverse letters