A Vim plugin that counts words, lines, characters, and estimates reading time.
- Vim 8.0+
Using vim-plug:
Plug 'tomi3-11/wordcounter-vim'Then run :PlugInstall
| Command | Description |
|---|---|
:WordCount |
Print word, line, character count and reading time for the current buffer |
:WordcountSel |
Print word count for the current visual selection |
:WordCountToggle |
Toggle live word count in the statusline |
MIT