Try set this
:set showcmd
It displays your keystrokes in statusline as you enter them, without any need for a prefix key.
you can also turn it off by using below command in normal mode of vim (pressing Esc key).
:set noshowcmd
Try set this
:set showcmd
It displays your keystrokes in statusline as you enter them, without any need for a prefix key.
you can also turn it off by using below command in normal mode of vim (pressing Esc key).
:set noshowcmd