cursorless/README.md
2021-05-07 16:00:27 +01:00

1.1 KiB

Cursorless

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

Features

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.8.0

  • Support "fold" and "unfold" 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