cursor-indicator
Indicates the current number of cursors in the active editor via the Atom status bar.
This package consumes the following services:
Cursor Indicator
Indicates the current number of cursors in the active editor via the Atom status bar.
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