Skip to content

Commit 4f2a739

Browse files
Enable from action by default (#2939)
1 parent cffef99 commit 4f2a739

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cursorless-talon/src/spoken_forms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
},
232232
"experimental/experimental_actions.csv": {
233233
"experimental_action": {
234-
"-from": "experimental.setInstanceReference"
234+
"from": "experimental.setInstanceReference"
235235
}
236236
},
237237
"experimental/wrapper_snippets.csv": {},

packages/cursorless-org-docs/src/docs/user/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,14 @@ If your cursor is touching a token, you can say `"take every instance"` to selec
394394

395395
Pro tip: if you say eg `"take five instances air"`, and it turns out you need more, you can say eg `"take that and next two instances that"` to select the next two instances after the last instance you selected.
396396

397-
###### Experimental: `"from"`
397+
###### `"from"`
398398

399-
We have experimental support for prefixing a command with `"from <target>"` to narrow the range within which `"every instance"` searches, or to set the start point from which `"next instance"` searches. For example:
399+
We have support for prefixing a command with `"from <target>"` to narrow the range within which `"every instance"` searches, or to set the start point from which `"next instance"` searches. For example:
400400

401401
- `"from funk take every instance air"`: selects all instances of the token with a hat over the letter `a` in the current function
402402
- `"from air take next instance bat"`: selects the next instance of the token with a hat over the letter `b` starting from the token with a hat over the letter `a`
403403

404-
Note that the `"from"` modifier is not enabled by default; you must remove the `-` at the start of the line starting with `-from` in your `experimental/experimental_actions.csv` [settings csv](./customization.md). Note also that this feature is considered experimental and may change in the future.
404+
Note that the `"from"` modifier was not enabled by default on older Cursorless installations; you must remove the `-` at the start of the line starting with `-from` in your `experimental/experimental_actions.csv` [settings csv](./customization.md).
405405

406406
##### `"just"`
407407

0 commit comments

Comments
 (0)