Skip to content

Commit

Permalink
Clarify swap docs (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Feb 9, 2024
1 parent 574b1b3 commit 97a0083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,11 @@ Copies the token containing letter 'a' with a blue hat.
### Swap
Swaps two targets. If the first target is omitted, it will target the current selection. If the targets are list targets they will be zipped together.
Swaps two targets. If the first target is omitted, it will target the current selection. If `<Target 1>` and `<Target 2>` each consist of multiple targets, they will be zipped together.
- `"swap <TARGET 1> with <TARGET 2>"`
- `"swap with <TARGET>"`
- `"swap air and bat with cap and drum"` is equivalent to `"swap air with cap"` and `"swap bat with drum"`
eg:
`swap blue air with green bat`
Expand Down

0 comments on commit 97a0083

Please sign in to comment.