Skip to content

Commit a2d3ca9

Browse files
authored
Update packages/cursorless-org-docs/src/docs/user/README.md
1 parent 1e0cf76 commit a2d3ca9

File tree

1 file changed

+3
-3
lines changed
  • packages/cursorless-org-docs/src/docs/user

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,9 @@ Note that when combined with list targets, `take`/`pre`/`post` commands will res
534534
- `"take <TARGET>"`: Selects the given target.
535535
- `"pre <TARGET>"`: Places the cursor before the given target.
536536
- `"post <TARGET>"`: Places the cursor after the given target.
537-
- `"add <TARGET>"`: Selects the given target while preserving existing selections.
538-
- `"add pre <TARGET>"`: Places the cursor before the given target while preserving existing selections.
539-
- `"add post <TARGET>"`: Places the cursor after the given target while preserving existing selections.
537+
- `"append <TARGET>"`: Selects the given target, while preserving your existing selections.
538+
- `"append pre <TARGET>"`: Adds a new cursor before the given target while preserving your existing selections.
539+
- `"append post <TARGET>"`: Adds a new cursor after the given target, while preserving your existing selections.
540540
- `"give <TARGET>"`: Deselects the given target.
541541
542542
eg:

0 commit comments

Comments
 (0)