Display Word Count Stats
You can display counts for the current file including line count, word count, and byte count by hitting g CTRL-g
. This also displays the line, word, and byte that your cursor is currently at. The output looks something like the following:
See :h 12.5
for more details.
Last updated