cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
- [x] Cheatsheet - [ ] Docs
- [ ] #843 - [x] Figure out how to dump to file and then open in browser from VSCode - [ ] Fav icon - [x] #648 - [x]...
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...
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...
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...
`"take nine"` where there is no `9` in the document does not record for me
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...
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...
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...
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...