Skip to content

Commit 63ea8e9

Browse files
jmegnerJacob Egner
andauthored
#643, document "give" (#1771)
fix #643 --------- Co-authored-by: Jacob Egner <[email protected]>
1 parent b8e4825 commit 63ea8e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/user/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,12 @@ In any cursorless command, the action defines what happens to the specified targ
500500
501501
Despite the name cursorless, some of the most basic commands in cursorless are for moving the cursor.
502502
503-
Note that when combined with list targets, these commands will result in multiple cursors
503+
Note that when combined with list targets, `take`/`pre`/`post` commands will result in multiple cursors.
504504
505-
- `"take <TARGET>"`: Selects the given target
506-
- `"pre <TARGET>"`: Places the cursor before the given target
507-
- `"post <TARGET>"`: Places the cursor after the given target
505+
- `"pre <TARGET>"`: Places the cursor before the given target.
506+
- `"post <TARGET>"`: Places the cursor after the given target.
507+
- `"take <TARGET>"`: Selects the given target.
508+
- `"give <TARGET>"`: Deselects the given target.
508509
509510
eg:
510511
`pre blue air`

0 commit comments

Comments
 (0)