Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vimtutor
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ NOTE: This is very useful in debugging a program with unmatched parentheses!
or N to search in the opposite direction.
CTRL-O takes you back to older positions, CTRL-I to newer positions.

3. Typing % while the cursor is on a (,),[,],{, or } goes to its match.
3. Typing % while the cursor is on a (,),[,] or {,} goes to its match.

4. To substitute new for the first old in a line type :s/old/new
To substitute new for all 'old's on a line type :s/old/new/g
Expand Down