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

Once we have talon rpc, we can only activate the tutorial commands when a tutorial is active

talon
tutorial

- [ ] Look into removing highlight when the tutorial prereqs no longer met - [ ] Make it so that closing the tab doesn't result in a save dialog...

tutorial

As part of the refactor of get_buffer_selection() we discussed that we don't fully support all modes. The comment was: ```lua -- FIXME: Resetting the column for CTRL-V seems potentially broken,...

app-neovim

we need to support the latest version on all the operating systems so we need to add support for Windows and osx From https://github.com/cursorless-dev/cursorless/issues/2367#issuecomment-2141738371 these are my tests so far...

app-neovim

This issue tracks changes we'd like to make to our API that on their own aren't important enough to warrant a full migration, but we'd like to throw them in...

code quality

From Pokey: for https://github.com/cursorless-dev/cursorless/pull/2503 we are just using a fake hat map so that we can still have tests running that use hats because often they're not actually testing hats....

app-neovim

As discussed [here](https://github.com/saidelike/cursorless/pull/7#discussion_r1679677598) the helper functions we rely on for lua tests might themselves have bugs and fail, so we should have tests for those that run first to clearly...

app-neovim

I'm noticing I get a lot (at least enough to be annoying) of misrecognitions while I'm using the terminal with cursorless, especially while I'm manually spelling something, which is may...

app-neovim

Talon: v0.2.0-305-g968a (305) Knausj: 3e57e0165257cf07b0e21880d44a91e79cb3ef16 pokey/talon: 0.2.0 pokey/parse-tree: 0.14.0 pokey/cursorless: 0.25.271 ``` 2022-02-02 20:55:56 DEBUG User modules loaded at 1.6050s 2022-02-02 20:55:57 IO dired-mode 2022-02-02 20:55:58 INFO (SpeechSystem) Activating speech...

talon

``` def funk(): """Docstring""" ``` Today `"""Docstring"""` is part of the functions interior. I think this is unexpected. That parse tree unfortunately does not distinguish between docstrings and just a...