I wonder is there a way to count highlighted symbols in vim (including white spaces)?
UPDATE

It shows rows count if my selection is on multiple rows. I need symbols count.
|
I wonder is there a way to count highlighted symbols in UPDATE
It shows rows count if my selection is on multiple rows. I need symbols count. |
||||
|
|
|
Unless I'm missing something, Vim already does that. If I highlight some text using the mouse or by typing -- VISUAL -- 12 where the number on the right is the number of highlighted characters. You can also visually select some region of text and type |
|||||||||||
|
This doesn't take account of whether the visual mode was line-, character- or block-mode, but it's enough for most cases. |
||||
|
|