Step 2 is missing! With the cursor on line 1, press o to open a new line below, type exactly “Step 2: Whisk until smooth”, then Esc.
Step 1: Crack two eggs into a bowl Step 3: Serve immediately
Canonical solution: o, type the step, Esc · par: 28 keystrokes (vimgolf rules — every keypress counts).
o opens a new line below the cursor and puts you in insert mode. O (capital) opens a line above instead.
| Keys | What it does |
|---|---|
| o | new line below, enter insert mode |
| O | new line above, enter insert mode |
Reading about keystrokes doesn't build keystrokes. Try this in a real vim buffer right now — the “The missing step” mission takes about a minute.
Practice free — no signup →