Don't let the cursor slow you down
Go to file
Andreas Arvidsson 681671b257
Pr/move/merged (#119)
* Merged with cleanup

* Append delimiter for eg "bring to after"

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
2021-07-16 16:48:37 +02:00
.github Add CODEOWNERS 2021-07-15 18:40:40 -07:00
.vscode Changes for 0.12.0 2021-06-21 17:52:44 +01:00
images Add some documentation of SVG calculations 2021-07-06 19:40:40 +01:00
src Pr/move/merged (#119) 2021-07-16 16:48:37 +02:00
.eslintrc.json Fix timing; use editor instead of documentUri 2021-04-19 20:53:17 +01:00
.gitignore Skeleton 2021-02-14 15:23:21 +00:00
.vscodeignore web-tree-sitter; python; icon 2021-05-12 10:53:18 +01:00
.yarnrc Skeleton 2021-02-14 15:23:21 +00:00
CHANGELOG.md Release 0.18.0 2021-07-12 19:26:31 +01:00
LICENSE Add license 2021-05-04 12:07:25 +01:00
package.json Release 0.18.0 2021-07-12 19:26:31 +01:00
README.md Fix badges 2021-07-11 21:16:27 +01:00
tsconfig.json First working version 2021-02-16 16:45:00 +00:00
vsc-extension-quickstart.md Skeleton 2021-02-14 15:23:21 +00:00
yarn.lock Use esbuild for bundling 2021-04-22 13:45:07 +01:00

Welcome to Cursorless!

Version Documentation Maintenance License: MIT

Allows cursorless editing and rapid navigation by decorating a single letter from each token.

Features

swap main-demo demo-2 demo-3

Checkout the docs, tutorial video and !!con talk to get started.

Installation

Currently depends on Talon, though a keyboard version is planned.

See cursorless-talon for installation instructions.

Extension Settings

This extension contributes the following settings:

  • cursorless.showOnStart: Whether decorations should appear on workspace start
  • cursorless.hatSizeAdjustment: Percentage to increase or decrease hat size; positive increases size
  • cursorless.hatVerticalOffset: How much to vertically shift the hats as a percentage of font size; positive is up

Known Issues

  • 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

Change Log

See CHANGELOG.md.

Contributing

Installation

yarn install

Running tests

yarn run test

This README was partially generated with ❤️ by readme-md-generator