cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
### The problem We have at least the following conflicts with stock [knausj](https://github.com/knausj85/knausj_talon/): - Uses of "that", eg "copy that", "paste that", "phones that", "indent that" etc - Uses of...
https://github.com/cursorless-dev/cursorless/blob/b9590b4e9f34c5133d90bcb6c0685036b50808d9/packages/cursorless-engine/package.json#L25 Until we remove that line, we'll get node stuff creeping into the engine, even if we add a lint rule to disallow node
In CI: - Create staging directory initially containing contents of `cursorless_everywhere_talon` - Add bundled cursorless-talon-js file - Push to `cursorless/cursorless_everywhere_talon` repo from CI Look at #2256 to see how deploy...
When we refer to a type in a docstring using something like `{@link Foo}`, we need `Foo` to have been imported. Sometimes we will import just for the sake of...
https://github.com/import-js/eslint-plugin-import/ Raised in https://github.com/cursorless-dev/cursorless/pull/1076/files#r1003316897 - [ ] https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/order.md - [ ] [`import/no-extraneous-dependencies`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md). Might want to configure so that `scripts` can use `devDependencies`, but all other files can only use `dependencies`...
The current root `init.lua` actually clones `lazy` and `talon.nvim` plugins into the default nvim-data folder (e.g. `C:\Users\User\AppData\Local\nvim-data` on Windows) so outside of the workspace. If someone debugs cursorless for neovim,...
- See also https://github.com/cursorless-dev/cursorless/issues/1775 - See also https://github.com/cursorless-dev/cursorless/issues/1775
in tsconfig.base.js. And then override as es6 or whatever where we actually need that
The keyboard target has hidden state that the user needs to keep in their heads. For example, if you delete a target, you will end up with a zero-width keyboard...