tags:

views:

66

answers:

1

When I installed Vim on Windows, it (specifically gVim) used to show to show me the keystrokes I am currently entering in the bottom right corner of the screen.

But now I'm working with gVim on Linux, and it doesn't show me.

Is there a setting (:set) I need to turn on to do this ?

+5  A: 

The option you're looking for is showcmd.

Greg Hewgill
+1: Thanks; exactly what I was looking for.
Andreas Grech