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

## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet - [ ] Add...

Sometimes I'm unsure if it tests already exist and I add another one. It would be beneficial if we could detect this duplication. For our yaml tests we could the...

Why do we install pre-commit hooks in our nix flake? I would be strongly inclined to remove that step, but maybe there's some reason we have to do this as...

Once https://github.com/cursorless-dev/cursorless/pull/2383 is merged, we should simplify the process of migrating old recorded tests to scope fixture tests using the new bulk fixture recorder. We proceed as follows: 1. Find...

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

If the clipboard was a special target: - Pasting could be untied from the cursor. e.g. `bring clipboard to ` - The following would be equivalent - `carve` and `move...

enhancement

Now that pokey added a debug/test `init.lua` at the root folder, I think it probably makes sense that the test harness just uses that rather than maintain its own at...

app-neovim

There is recently a new function in neovim called getregionpos which I believe will be better to use than the existing buffer_get_selection(). Also has the benefit of existing tests in...

app-neovim

If I'm in mode `t` and I say `copy foo row X` I am left in visual mode after the action completes, with my cursor still on the terminal line....

good first issue
app-neovim

We could get much fancier than this, but after running this with a day it appears to help some, and it is nice and simple. I propose that we declare...