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

Currently all of our local dev tooling is quite VSCode-centric, even when we're developing cursorless neovim, eg we have vscode launch configs, tasks, etc We should invest in some local...

app-neovim
development

We are currently abusing the `main` field in `packages/test-harness/package.json` and pretending it's neovim-specific in order to ease testing locally and in CI. We should try to create a `neovim-test-harness` package,...

code quality

atm we use the default TAP output handler, but it would be a lot nicer if we made a custom output handler that matched the style/output of the other cursorless...

app-neovim

If we are using `*foo*` in our `CODEOWNERS`, that is a smell and means our package encapsulation isn't good enough. We should try to move neovim-specific code and keyboard-specific code...

code quality

We should either move them into one of their relevant packages or make a directory for that kind of thing See also #2565

code quality

Maybe on top of progress bar? next to it?

tutorial