diff --git a/cursorless-talon/src/modifiers/surrounding_pair.py b/cursorless-talon/src/modifiers/surrounding_pair.py index f692eea9c4..693a377d4c 100644 --- a/cursorless-talon/src/modifiers/surrounding_pair.py +++ b/cursorless-talon/src/modifiers/surrounding_pair.py @@ -9,7 +9,7 @@ mod.list( "cursorless_delimiter_force_direction", - desc="Can be used to force an ambiguous delimiter to extend in one direction", + desc="DEPRECATED: Can be used to force an ambiguous delimiter to extend in one direction", ) # FIXME: Remove type ignore once Talon supports list types # See https://github.com/talonvoice/talon/issues/654 diff --git a/packages/cursorless-org-docs/src/docs/user/README.md b/packages/cursorless-org-docs/src/docs/user/README.md index 2851171cb9..6b1927b0b5 100644 --- a/packages/cursorless-org-docs/src/docs/user/README.md +++ b/packages/cursorless-org-docs/src/docs/user/README.md @@ -437,16 +437,6 @@ This is a "line with" a few "quotation marks" on it opening closing opening closing ``` -This heuristic works well in most cases, but when it does get tripped up, you can override its behavior. Position your cursor directly next to the delimiter (or just use the delimiter as a mark), and then prefix the name of the delimiter pair with "left" or "right" to force cursorless to expand the selection to the left or right, respectively. - -For example: - -- `"take left quad"` (with your cursor adjacent to a quote) -- `"take left pair green double"` (with your cursor anywhere) -- `"take inside right quad"` - -If your cursor / mark is between two delimiters (not adjacent to one), then saying either "left" or "right" will cause cursorless to just expand to the nearest delimiters on either side, without trying to determine whether they are opening or closing delimiters. - ##### `"its"` The the modifier `"its"` is intended to be used as part of a compound target, and will tell Cursorless to use the previously mentioned mark in the compound target.