Skip to content

Commit ac7a652

Browse files
committed
Matching Brace Adjacency
1 parent 2e21253 commit ac7a652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/searching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ There are a few **Search**-menu commands that don't fit within other categories:
443443
- `You can't go further than`: This is the end of the file, in the current Line/Offset units.
444444
- **Go**: Moves the caret to the given location.
445445
- **I'm going nowhere**: Exits the dialog without moving the caret. (This is the same as a **Cancel** action in most dialog boxes.)
446-
- **Go to Matching Brace**: Allows parentheses and braces navigation. If the caret is on the opening parenthesis `(` or bracket `[` or brace `{`, then this command will move the caret to the matching closing-character `)` or `]` or `}`; similarly, if the caret is on the closing character, the command will move the caret to the matching opening-character. (The [**Style Configurator > Global Styles > Brace Highlight Style**](../preferences/#global-styles) will be used to highlight the opening and closing pairs of characters.)
447-
- **Select All In-between {} [] or ()**: Will select all the text in between a matching pair of `{}` or `[]` or `()`; the selection will include the surrounding pair of braces, brackets, or parentheses.
446+
- **Go to Matching Brace**: Allows parentheses and braces navigation. If the caret is adjacent to the opening parenthesis `(` or bracket `[` or brace `{`, then this command will move the caret to just before the matching closing-character `)` or `]` or `}`; similarly, if the caret is on the closing character, the command will move the caret to just before the matching opening-character. (The [**Style Configurator > Global Styles > Brace Highlight Style**](../preferences/#global-styles) will be used to highlight the opening and closing pairs of characters.)
447+
- **Select All In-between {} [] or ()**: Will select all the text in between a matching pair of braces `{}` or brackets `[]` or parentheses `()` if the command is activated when the caret is adjacent to one of those characters; the resulting selection will include the surrounding pair of braces, brackets, or parentheses.
448448

449449
# Search Syntax
450450

0 commit comments

Comments
 (0)