Skip to content

Misdescription in tutorial section 3.5 #6231

Closed
@zpah

Description

@zpah

Version: helix-22.12

Tutorial section 3.5 give wrong result.

Quote from section 3.5:

  1. Move the cursor to the line marked '-->' below.
  2. Move to the F of FOO and type v2w to select the two words.
  3. Type d to remove the two words.

Sample line is:
' --> Remove the FOO BAR distracting words BAZ BIZ from this line.'

Expected result:
' --> Remove the distracting words BAZ BIZ from this line.'
Actual:
' --> Remove the FOOdistracting words BAZ BIZ from this line.'

Steps to reproduce:

  1. Type 324G move cursor at column 1 in line 324.
  2. Type 4wb (as described in Section 3.4) move cursor to the F and next type v2w (wrong selects ' BAR ').
  3. Type d erases ' BAR '.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-documentationArea: Documentation improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions