lexicalunit / cursor-indicator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:CoffeeScript 99.0%Language:CSS 1.0%