Skip to content

fix README typos #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2023
Merged
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
4 changes: 2 additions & 2 deletions docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ The `"token"` modifier expands its input to the nearest containing token. This m
- `"take token"`
- `"chuck token"`

##### `"identifier`
##### `"identifier"`

The `"identifier"` modifier behaves like `"token"`, but only considers tokens that are viable identifiers. For example `"identifier"` could be used to select `foo`, `fooBar`, or `foo_bar`, but not `.`, `=`, `+=`, etc. For example:

Expand Down Expand Up @@ -438,7 +438,7 @@ In addition to range targets, cursorless supports list targets, which allow you

- `"take [blue] air and [green] bat"`
- `"take funk [blue] air and [green] bat"` (note second target inherits `"funk"`)
- `"take funk [blue] air and token [green] bat"` [blue] air and [green] bat
- `"take funk [blue] air and token [green] bat"`
- `"take air and bat past cap"`

eg:
Expand Down