A collection of vim commands & tricks.
cit # (change-in-tag)
dat # (delete tag and contents)
K # (in command mode)
:earlier 15m
:later 15m
:.! ls
viwu
viwU
:changes
g;
g,
:%!xxd
:%!xxd -r # back to normal mode
gv
:%TOhtml
gf
gF # recognises [file name]:[line number]
ctrl+o # last
ctrl+i # next
ctrl+x ctrl+f
ctrl+x ctrl+l
ctrl+z
fg # go back to vim
=% # place cursor on brace and indent until closing brace
# with cursor over word
ctrl+r ctrl+w
J