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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -