Searching for the selection
Some words are awkward to type — long variable names in code, for example. When the word you want to find is already in front of you, Helix lets you search for it without typing a letter of it.
In normal mode, * takes whatever is currently selected and makes it the
search pattern. It doesn’t move the cursor on its own; it just sets up the
search, so follow it with n or N to jump to the next or previous
instance.
Because * uses the selection, you need to select the word first. A
plain cursor selects only one character, so pressing * with nothing
selected searches for that single character, which is rarely what you
want. Select the word with e (or w, or any of the selection commands
from earlier lessons), then press *.
Work through the checklist below. HaRd_to_Type_Word appears three times
in the file and the cursor starts on the first one. Select it, set it as
the search pattern, and hop to the other two.