diff --git a/runtime/tutor/en/vim-02-beginner.tutor b/runtime/tutor/en/vim-02-beginner.tutor index 36eeca2ffa..d68e0a884c 100644 --- a/runtime/tutor/en/vim-02-beginner.tutor +++ b/runtime/tutor/en/vim-02-beginner.tutor @@ -59,7 +59,7 @@ Final exercise: (Modify "this" text) by [applying {various} operations]< **MNEMONIC**: *into register(") named (a) (y)ank (i)nner (w)ord* - 3. Navigate forward to the word 'cookie' (`fk`{normal} or `2fc`{normal} + 3. Navigate forward to the word 'cookie' (`fk`{normal} or `3fc`{normal} or `$2b`{normal} or `/co`{normal} ``{normal}) and type `"byiw`{normal} 4. Navigate to any point on the word 'Vince' and type `ciwa`{normal} diff --git a/runtime/tutor/tutor2 b/runtime/tutor/tutor2 index 3e5701a52e..f35cb3c563 100644 --- a/runtime/tutor/tutor2 +++ b/runtime/tutor/tutor2 @@ -59,7 +59,7 @@ MNEMONIC: into register(") named (a) (y)ank (i)nner (w)ord - 3. Navigate forward to the word 'cookie' (fk or 2fc or $2b or /co) + 3. Navigate forward to the word 'cookie' (fk or 3fc or $2b or /co) and type "byiw 4. Navigate to any point on the word 'Vince' and type ciwa