Antworten:
Fügen Sie einfach diese Zeile zu Ihrem hinzu .vimrc
:
set showcmd
Aus der Vim-Hilfe:
Show (partial) command in the last line of the screen. Set this
option off if your terminal is slow.
In Visual mode the size of the selected area is shown:
- When selecting characters within a line, the number of characters.
- When selecting more than one line, the number of lines.
- When selecting a block, the size in screen characters:
{lines}x{columns}.