Don't let the cursor slow you down
Go to file
Pokey Rule b6b22f87f6
Add rewrap action (#365)
* Initial attempt

* Initial working version

* Add tests

* Add another test

Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
2021-12-07 16:34:33 +01:00
.github master => main (#262) 2021-09-06 18:53:06 +02:00
.vscode Snippet wrap (#296) 2021-10-25 13:15:07 +01:00
cursorless-snippets Snippet wrap (#296) 2021-10-25 13:15:07 +01:00
data/playground Delimiter selector updated (#347) 2021-12-01 16:00:25 +01:00
docs Add hat snapshot documentation code links (#362) 2021-12-07 08:12:04 +01:00
images Add rewrap action (#365) 2021-12-07 16:34:33 +01:00
schemas Snippet wrap (#296) 2021-10-25 13:15:07 +01:00
src Add rewrap action (#365) 2021-12-07 16:34:33 +01:00
.eslintrc.json Snippet wrap (#296) 2021-10-25 13:15:07 +01:00
.gitignore Add surrounding pair modifier (#3) (#168) 2021-08-09 19:17:17 +01: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.23.0 (#305) 2021-10-27 13:20:19 +01:00
CONTRIBUTING.md Hat snapshots (#318) 2021-12-06 18:13:48 +00:00
LICENSE Add license 2021-05-04 12:07:25 +01:00
package.json Hat snapshots (#318) 2021-12-06 18:13:48 +00:00
README.md Add new hats and preprocessing script (#277) 2021-10-05 18:38:32 +01:00
tsconfig.json Delimiter selector updated (#347) 2021-12-01 16:00:25 +01:00
vsc-extension-quickstart.md Skeleton 2021-02-14 15:23:21 +00:00
yarn.lock Hat snapshots (#318) 2021-12-06 18:13:48 +00:00

Welcome to Cursorless!

Version Tests 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
  • cursorless.hatEnablement.colors: Whether to enable particular hat colors.
  • cursorless.hatEnablement.shapes: Whether to enable particular hat shapes.
  • cursorless.hatPenalties.colors: How much to penalize each hat color. You will probably want to set this one to the number of syllables in the given style. Cursorless will then sort every style combination by number of syllables to refer to it.
  • cursorless.hatPenalties.shapes: How much to penalize each hat shape. You will probably want to set this one to the number of syllables in the given style. Cursorless will then sort every style combination by number of syllables to refer to it.

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

See CONTRIBUTING.md.


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