Skip to content

Commit 5e37e31

Browse files
zeertzjqDrNayak2306
authored andcommitted
runtime(tutor): fix wrong motion in instruction
related: neovim/neovim#37213 closes: #19117 Co-authored-by: DrNayak2306 <dhruvgnk.work@gmail.com> Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent da1c431 commit 5e37e31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/tutor/en/vim-02-beginner.tutor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Final exercise: (Modify "this" text) by [applying {various} operations]<
5959

6060
**MNEMONIC**: *into register(") named (a) (y)ank (i)nner (w)ord*
6161

62-
3. Navigate forward to the word 'cookie' (`fk`{normal} or `2fc`{normal}
62+
3. Navigate forward to the word 'cookie' (`fk`{normal} or `3fc`{normal}
6363
or `$2b`{normal} or `/co`{normal} `<ENTER>`{normal}) and type `"byiw`{normal}
6464

6565
4. Navigate to any point on the word 'Vince' and type `ciw<CTRL-R>a<ESC>`{normal}

runtime/tutor/tutor2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
MNEMONIC: into register(") named (a) (y)ank (i)nner (w)ord
6161

62-
3. Navigate forward to the word 'cookie' (fk or 2fc or $2b or /co<ENTER>)
62+
3. Navigate forward to the word 'cookie' (fk or 3fc or $2b or /co<ENTER>)
6363
and type "byiw
6464

6565
4. Navigate to any point on the word 'Vince' and type ciw<CTRL-R>a<ESC>

0 commit comments

Comments
 (0)