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

java - How to handle special characters while unmarshalling xml in JAXB -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -