cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
When using Cursorless keyboard: if you set your cursor style to something other than the default value: line, (i.e. if you set it to block), Cursorless will reset the cursor...
Currently there is no way to customize the type/style of cursor that Cursorless uses in keyboard mode. Having a separate cursor type would help to add extra contrast if needed....
This is because atm only one place can register node functions (https://github.com/neovim/node-client/issues/356). cursorless.nvim does it manually on its own, which means neither another plugin can do it in their own...
I'm not sure yet what we'll have to change, but https://github.com/neovim/neovim/issues/27949 is tracking development that will rework how remote plugins work in neovim, so likely will affect how the node...
Issue: When in cursorless mode, moving the primary cursor (box outline) with the arrow keys or mouse can sometimes leave the pink cursor in a previous location, resulting in unintuitive...
#375 adds preliminary support for Clojure, along with lots of tests, but it needs to be tried by a real Clojure user to see if it feels right, and it...
From Google's internal Typescript conformance checks (I'll look to see if these are open-source somewhere): "When using async / await, it can be easy to forget to await a promise...
Disabled here https://github.com/cursorless-dev/cursorless/pull/2039 Can only be done once we have migrated collection item to a proper scope handler. And even then I'm not one hundred percent sure this is the...
Looks like Ruff [now implements](https://docs.astral.sh/ruff/rules/#flynt-fly) the core features from [flynt](https://github.com/ikamensh/flynt). Looks like it's [still missing some features](https://github.com/astral-sh/ruff/issues/2102), but I can't tell whether we're actually using those. I think we'd need...
Looks good! One last thought: we should probably have instructions about text fragments somewhere in our contributor docs and mention how to activate this secret scope here. I'll file a...