Allows cursorless editing and rapid navigation by decorating a single letter from each token.
Checkout the docs, tutorial video and !!con talk to get started.
Currently depends on Talon, though a keyboard version is planned.
See cursorless-talon for installation instructions.
This extension contributes the following settings:
cursorless.showOnStart
: Whether decorations should appear on workspace startcursorless.hatSizeAdjustment
: Percentage to increase or decrease hat size; positive increases sizecursorless.hatVerticalOffset
: How much to vertically shift the hats as a percentage of font size; positive is up
- Cursorless calculates the position of the hats based on the characteristics of your font. If you find that the hats are off center you can try running this command:
cursorless.recomputeDecorationStyles
See CHANGELOG.md.
yarn install
yarn run test
This README was partially generated with ❤️ by readme-md-generator