Vim Moves

Learn Vim by editing: turn the buffer into the target in as few keystrokes as you can.

Level 1 of 12

Move around

h j k l move the cursor left, down, up and right. x deletes the character the cursor is on. Nothing here can be solved by typing: get the cursor onto a stray marker, then take it out.

Hint

The cursor starts on the * in the middle. Delete it, then k up and h back to the >.

The buffernormal 0 keys · par 9
The target

still to go: > * +

Keys

Type with the keyboard, or press these on a phone. Vim notation: <Esc> leaves insert mode.

More in the yard