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

- [x] Cheatsheet - [ ] Docs

documentation
good first issue

- [ ] #843 - [x] Figure out how to dump to file and then open in browser from VSCode - [ ] Fav icon - [x] #648 - [x]...

documentation

The compound targets portion of the curseorless cheatsheet includes 'past' but not 'until' An entry should be added for something like `until : S to the start of T` _Edit...

documentation
good first issue

In the following text: ``` (hello) ``` If the cursor is at the end of the line, saying `"take small paint"` selects `hello`, which is inconsistent with behaviour when the...

bug

Will take a list of targets and select ranges between each adjacent target. So for example, in the following: ```Make LANGUAGES = agda c clojure cpp css c-sharp bash go...

enhancement

`"take nine"` where there is no `9` in the document does not record for me

code quality

Cursorless doesn't recognize arguments passed into Rust macros. If you try to delete `1` using `chuck arg 1`: ``` fn main() { println!("{}", 1); } ``` It fails with the...

bug

In Scala (and probably Haskell and other languages) there is a concept of pattern matching. This is similar to but not the same as destructoring, and similar to but not...

enhancement

Right now you can take lines paragraphs and soon non whitespace sequences that expands from both anchor and active of the selection. Currently containing scopes only use start off the...

enhancement

In the following typescript: ```typescript ["whatever", ["again", "testing"]]; ``` With `["again", "testing"]` selected, saying `"take item"` results in selecting `"again", "testing"`. Instead it should be a noop. Functionally, this occurred...

bug