cursor-indicator
Indicates the current number of cursors in the active editor via the Atom status bar.
lexicalunit 651 8 1.3.0 MIT GitHub

Cursor Indicator

apm package travis-ci appveyor circle-ci david download mit

Indicates the current number of cursors in the active editor via the Atom status bar.

cursors

Styling

Add and tweak to your liking the following code to your personal Atom Stylesheet.

.cursor-indicator {
  color: orangered;
  text-shadow: 0 0 5px orangered;
}

You can open your Stylesheet using the Command Palette.

Command Palette ➔ Application: Open Your Stylesheet

Future Work

  • Why do spec tests fail on Windows?
  • Improved documentation.

MIT © lexicalunit et al