count-word

Count characters, words and lines.

ystkme

13,406

12

0.2.3

MIT

GitHub

Count Word

Simple package to count characters, words and lines on Atom Editor :octocat:

Install via command line $ apm install count-word, or via 'Install' from Atom's settings menu.

Usage

From command palette cmd-shift-p, use command Count Word:Toggle.

Default keymap is ctrl-alt-w.
You can change the keymap by editing keymap.cson like this:

'atom-workspace':
  'your-favorite-key': 'count-word:toggle'