mirror of https://github.com/helix-editor/helix
tutor: Clarify forward reference to "select command"
The phrase "Like the select command" suggests that the reader has been introduced to select already. That doesn't happen until the next chapter.pull/4252/head
parent
e16c632760
commit
6db39eacd3
|
@ -450,7 +450,9 @@ _________________________________________________________________
|
||||||
2. Type enter to confirm the search.
|
2. Type enter to confirm the search.
|
||||||
3. Use n and N to cycle through the matches.
|
3. Use n and N to cycle through the matches.
|
||||||
|
|
||||||
Like the select command, searching also uses regex.
|
Searching uses regular expressions, allowing you to target more
|
||||||
|
complex expressions, which you'll learn about in the lesson on
|
||||||
|
the select command.
|
||||||
|
|
||||||
Note: To search backwards, type ? (shift-/).
|
Note: To search backwards, type ? (shift-/).
|
||||||
Note: Unlike Vim, ? doesn't change the search direction.
|
Note: Unlike Vim, ? doesn't change the search direction.
|
||||||
|
@ -530,8 +532,8 @@ _________________________________________________________________
|
||||||
= 5.3 SELECTING VIA REGEX =
|
= 5.3 SELECTING VIA REGEX =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
The select command selects regular expressions, not just exact
|
Like searching, the select command selects regular expressions,
|
||||||
matches, allowing you to target more complex patterns.
|
not just exact matches.
|
||||||
|
|
||||||
1. Move the cursor to the line marked '-->' below.
|
1. Move the cursor to the line marked '-->' below.
|
||||||
2. Select the line with x and then type s.
|
2. Select the line with x and then type s.
|
||||||
|
|
Loading…
Reference in New Issue