Simple package to count characters, words and lines on Atom Editor
Install via command line $ apm install count-word
, or via 'Install' from Atom's settings menu.
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'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.