Skip to content

Commit d67e397

Browse files
pokeyfidgetingbits
authored andcommitted
Clarify customization doc (cursorless-dev#1948)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent f8afdd7 commit d67e397

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/user/customization.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ The directory location can be customized using the `user.cursorless_settings_dir
3030
Note that these csv's:
3131

3232
- support empty lines,
33-
- supports multiple spoken forms for a single action
33+
- support multiple spoken forms for a single identifier using `|` as a separator, eg `ditch|chuck, remove`,
3434
- support comment lines beginning with `#`, and
35-
- ignore any leading / trailing whitespace on spoken forms and cursorless
36-
identifiers
35+
- ignore leading / trailing whitespace on identifiers and spoken forms
3736

3837
If the spoken form begins with a `-`, it will be disabled. Please do not remove
39-
these lines, because that will trigger cursorless to add them back on next
38+
any lines, because that will trigger cursorless to add them back on next
4039
reload, as cursorless uses these lines to track disabled spoken forms.
4140

4241
### Changing a spoken form

0 commit comments

Comments
 (0)