You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -563,10 +563,11 @@ Copies the token containing letter 'a' with a blue hat.
563
563
564
564
### Swap
565
565
566
-
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.
566
+
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.
567
567
568
568
- `"swap <TARGET 1> with <TARGET 2>"`
569
569
- `"swap with <TARGET>"`
570
+
- `"swap air and bat with cap and drum"` is equivalent to `"swap air with cap"` and `"swap bat with drum"`
0 commit comments