I can get the current document word count in vim, with the keyboard combo:

g ctrl-g

Is there a way to get a running word count in the vim ruler?

link|improve this question
feedback

1 Answer

If you would like the word count in the statusline (similar to ruler, only customizable) for the entire document, you might want to check some of the answers in this question on StackOverflow.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.