Vi equivalent to "meta =" in Emacs? -


i count characters in selected block of text, in emacs can use 'meta =', displays following:

region has 7 lines, 417 characters.

how can same in vi(m) ?

in visual mode, gctrl+g display word, character, line, , byte counts visually selected region.

see :help v_g_ctrl-g.


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -