Don't let the cursor slow you down
Go to file
Brock McElroy a0e99bbf95
Add character subpiece transformation (#25)
* Add character subpiece transformation

* Fix indicating last subpiece by its index

* Minor tweaks

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
2021-06-29 20:38:14 +01:00
.vscode Changes for 0.12.0 2021-06-21 17:52:44 +01:00
images web-tree-sitter; python; icon 2021-05-12 10:53:18 +01:00
src Add character subpiece transformation (#25) 2021-06-29 20:38:14 +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 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 Rename to cursorless; add debug cursorless.command 2021-04-09 12:40:21 +01:00
LICENSE Add license 2021-05-04 12:07:25 +01:00
package.json 0.14.0 2021-06-22 15:42:10 +01:00
README.md Support insertLineBefore and insertLineAfter 2021-06-22 15:42:00 +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

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

Features

swap main-demo demo-2 demo-3

Many other marks / transformations / actions exist; documentation to follow.

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

Known Issues

Release Notes

0.14.0

  • Support insertLineBefore and insertLineAfter actions ("drink" and "pour")

0.13.0

  • Support "file" selection type to refer to the entire file
  • Improve error messages

0.12.0

  • Add subword support
  • [python] Fix parameter transformation
  • Show exceptions to user
  • Properly support using "token" to select only token, eg "take funk gust and token fine" to prevent "fine" from being inferred to have the function transformation.
  • Support "bring" action to use another target from elsewhere in the document

0.11.0

  • Simplify token regex

0.10.0

  • Add Python support

0.9.0

  • Support "string" and "comment" scope types

0.8.0

  • Support "fold", "unfold", and "swap" actions

0.7.0

  • Support "cut" action (default term in vscode-talon is "carve")

0.6.0

  • Support "copy" action

0.5.0

  • Support "that" to refer to previous target
  • Support "extract" action to extract to constant

0.4.0

  • Support pair key and value nodes
  • Support selecting all siblings

0.3.0

  • Support wrap

0.2.0

  • Add support for arguments and pairs