Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show input keystrokes in Vim

Tags:

linux

vim

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 ?

like image 938
Andreas Grech Avatar asked Jun 24 '10 09:06

Andreas Grech


1 Answers

The option you're looking for is showcmd.

like image 142
Greg Hewgill Avatar answered Oct 14 '22 14:10

Greg Hewgill