Don't let the cursor slow you down
Go to file
2021-05-02 17:13:56 +01:00
.vscode Fix timing; use editor instead of documentUri 2021-04-19 20:53:17 +01:00
images Rename to cursorless; add debug cursorless.command 2021-04-09 12:40:21 +01:00
src Generalize wrap 2021-05-02 17:10:03 +01: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 Skeleton 2021-02-14 15:23:21 +00:00
.yarnrc Skeleton 2021-02-14 15:23:21 +00:00
CHANGELOG.md Rename to cursorless; add debug cursorless.command 2021-04-09 12:40:21 +01:00
package.json Release 2021-05-02 17:13:56 +01:00
README.md Release 2021-05-02 17:13:56 +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

cursorless README

Allows rapid navigation within a file by decorating a single letter from each token.

Features

simple

Extension Settings

This extension contributes the following settings:

  • cursorless.showOnStart: whether decorations should appear on workspace start

Known Issues

Release Notes

0.3.0

  • Support wrap

0.2.0

  • Add support for arguments and pairs