cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] 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) - [ ] I have not broken the cheatsheet
- Making a draft PR to track @brxck's changes - Partly addresses https://github.com/cursorless-dev/cursorless/issues/840 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs)...
Would be good to support our new parsed actions in a keyboard config map
We currently only support a subset of our command grammar for our custom parsed actions. We would like to: - [ ] Set up our test harness to try running...
Something like this: ```talon big bring : user.cursorless_custom_command_destination("big bring ", cursorless_destination, cursorless_target) ``` The reason to have a separate action (`cursorless_custom_command_destination` instead of using existing `cursorless_custom_command`) is that way we...
The error message when the user gives a malformed custom command is not very helpful. We should probably use the VSCode output channel to show them the error that comes...
Instead of defaulting to "line", it would stop before it hits a closing delimiter Start with it behind a feature flag
After some feedback from users that some of the steps in our contributing dogs were not clear enough I have tried to rectify that. ## Checklist - [/] I have...
Should be nearly identical to "wrap". Search for `wrap` in files containing `keyboard` in their name
Some links: - Search the code base for `nextPrev`. You'll need to make a new type of token called `ordinal` that functions identically to `nextPrev`, but creates an `ordinalScope` modifier...