Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

show vim command keys on live demo

Tags:

linux

vim

I'm going to make a live presentation showing vim capabilities. It's essential to show the audience command keys that I press. I know I can use showcmd, but I find its output to small and to hard to notice to use it in live demo. Is there any way to make it easier to notice? It could be something similar to command keys shown in Railscasts (for instance in this video, 1:11). Do you know anything like that?

like image 270
mrzasa Avatar asked Jun 11 '13 07:06

mrzasa


2 Answers

For X11, there is key mon. I'm sure there are similar tools for other systems. Otherwise, you could use some sort of virtual keyboard which also shows keypresses.

like image 145
SBI Avatar answered Sep 23 '22 02:09

SBI


Here's a recent vimcast article about Drew Neil tackling the same issue -
Vimprint Source, Article

Relevant accompanying talk -
Video, Slides

like image 35
Sri Kadimisetty Avatar answered Sep 24 '22 02:09

Sri Kadimisetty