Insert text at cursor
i
Insert text at start of line
I
Move forward one word (next alphanumeric word)
w
Move backwards one word
b
force quit
:q!
Delete two words
d2w
Move down one line
j
Go to bottom of file
G
Move cursor to the left
h
Move cursor to the right
l
Move cursor down a line
j
Move cursor up a line
k
Delete the character under the cursor
d
Move down 3 lines
3j
Find next {
f{
Delete from character under the cursor to the end of the line
d$