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
Adds a new selection while preserving existing ones
`"append <target>"` replaces `"take this and <target>"`
You can also use `append pre` and `append post` to add a cursor before
or after the given target (rather than selecting that target), while
keeping your current selections unchanged. (Previously you could do
something like `pre this and <target>` but this would also reduce your
current selection to a cursor before the current target.)
## Checklist
- [x] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [x] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [x] I have not broken the cheatsheet
---------
Co-authored-by: Phil Cohen <phillip@phillip.io>
0 commit comments