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

- [ ] Add section to docs about destinations - [ ] Update "paste", "bring", "move" etc in docs to use destinations - [ ] Update snippet docs to use...

documentation

Since there is symmetry between the cursorless commands and these symbols it makes sense to define them in the same repository. Copied these from [pokey_talon](https://github.com/pokey/pokey_talon/blob/main/plugin/symbols/symbols.talon) ## Checklist - [ ]...

When the user is in the cursorless mode they need to switch to exit cursorless mode to add any characters to the editor. This means that they need to switch...

## The problem As we become more adventurous with long command phrases, it becomes more painful to undo a command phrase that has gone wrong. We'd like to be able...

enhancement

# How-to guides - [ ] how do i select every instance in a function? - [ ] how do I move my cursor before or after a specific target?...

I have the following snippet: ```json { "arrowFunctionWithOptions": { "definitions": [ { "scope": { "langIds": [ "typescript", "typescriptreact" ] }, "body": [ "interface ${name/(.*)/${1:/capitalize}/}Options {", "\t$options", "}", "", "const $name...

I want to send my cursorless cheat sheet to ChatGPT with a prompt. Can you please provide a machine readable version of the cheat sheet for me to do so?...

documentation

If we have parentheses mapped to `wp`, then we'd like to be able to just press `p` after `aw` (for `wrap`). However, if we add `wwp` for escaped parentheses, that...

keyboard

## What Adds support for the `elixir` programming language ## Checklist - [x] Recorded tests for the new language - [x] Used `"change"` / `"clear"` instead of` "take"` for selection...

30 mins

Add a scope type to target data constructors, such as: ```haskell compare :: Int -> Int -> Ordering compare x y | x < y = LT -- ^^ constructor...