Vim keyboard shortcut general word count -


how count words in document in vim? according vim's definition of word.

seems easy answer couldn't find answer on here addressed word matches, or having in function. want word count.

you may find useful know find answer using helpgrep.

e.g.

:helpgrep count words 

you can use :cnext flip through search result. result #2 in case need.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

python - Exception while importing pymorphy2 -