Make vim more verbose (do keystrokes)

So, I am trying to demonstrate vim, but no one can see the keys that I press. Is there a way to show the last line of commands? How ... it is displayed in the corner.

<esc>v:28yyGpi

some text

<esc><ctrl><shift>c10jllI

more text ... ect ...

If it gets worse, I could do something, but I was hoping there was some kind of built-in function.

+3
source share
1 answer

Do not use Vim for this, use an external program, such as KeyCastr on Mac OS X, QiPress on Windows, or key-mon on Linux. There are many others, so make sure you review them all before choosing one of the above.

+2
source

All Articles