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

updates: - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0)

Hello, Firstly thank you very much for making cursorless. Unfortunately trying to move arguments in functions does not work correctly. For example, take the following code as an example: ```go...

bug

# Proposed approach Everything is done in reverse order of Cursorless spoken forms, and you always move the cursor. So, for example, "chuck funk air" would be executed by running...

enhancement

This just changes the wrap action to internally use a dataclass. This was one of the modules that doesn't require any changes to other modules. Part of #725 ## Checklist...

Documentation for #919. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)

Logging this in case others run into the same problem. Not only does it not work but it'll add unwanted extensions to your VSCode installation, so it's best to avoid....

Tweaks docs search so that we - prefer to search within the same lvl0 (eg "For users" vs "For contributors"), and - prefer docs that are not api docs, as...

Fixes #833 Changed how line indentation/padding is calculated ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)

## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)

In `experimental/regex_modifiers.csv` users can now define their own custom regex modifiers ```csv Spoken form, Regex id, [\w/_.]+ ``` I also updated our csv parser to properly support quoted lines `id,...