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

Also merged implementation with some extension side actions that only called a vscode command ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)

Fixes #438 For example, "take row 5 past 9". ## Checklist - [x] Check DFA compilation times on public version of Talon. You can add [`timings.py`](https://github.com/pokey/pokey_talon/blob/main/code/timings.py) to your Talon user...

We'd like to restructure out documentation to more accurately reflect Cursorless's new internal representation. We should have sections for: - Scope types - Modifiers - Actions They can link to...

documentation

Now that there is a [tree-sitter for Talon files](https://github.com/wenkokke/tree-sitter-talon), we should leverage this to add proper Cursorless support for Talon files See https://www.cursorless.org/docs/contributing/adding-a-new-language/ ## Scope types ### `"command"` ### `"state"`...

enhancement
good first issue

## What Addresses notes in this issue https://github.com/cursorless-dev/cursorless-vscode/issues/451. After using it just for a few minutes on my branch, its been really help as it avoids collision with knausj `"curse"`...

blocked

Should be top right, to the left of the GitHub link. Can probably use this technique https://github.com/facebook/docusaurus/issues/7227. Should probably use the embed code: ```html ``` - [ ] Also add...

documentation

# The problem Unfortunately, today, the source of truth for the Algolia search configuration lives in the Algolia web console, but in the future, we'd like to use these files...

code quality

Currently, if you search for "copy" in the [cursorless docs](https://www.cursorless.org/docs/), the top results are all from the contributor side, rather than the user documentation for the "copy" action. In addition,...

documentation

It's technically part of knausj, but I saw it appearing in docs site search analytics, and people tend to ask questions about it in #cursorless channel, so probably worth mentioning...

documentation

Partially addresses #616 I'm considering renaming this branch since it has moved away from a "scheme-scope-demo" and now implements some scopeType matchers for Ruby. Todo: - Extract scopeTypes to constants...