File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cursorless-org-docs/src/docs/user Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 removing existing selections.
538- - `"add pre <TARGET>"`: Places the cursor before the given target while preserving removing existing selections.
539- - `"add post <TARGET>"`: Places the cursor after the given target while preserving removing existing selections.
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.
540540- `"give <TARGET>"`: Deselects the given target.
541541
542542eg:
You can’t perform that action at this time.
0 commit comments