cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Don't let the cursor slow you down

Results 419 cursorless issues
Sort by recently updated
recently updated
newest added

## 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

30 mins

- 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)...

help wanted

Would be good to support our new parsed actions in a keyboard config map

keyboard

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...

enhancement

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...

enhancement
talon
to discuss

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...

enhancement

Instead of defaulting to "line", it would stop before it hits a closing delimiter Start with it behind a feature flag

enhancement

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

good first issue
keyboard

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...

good first issue
keyboard