ive been trying Vim/Gvim, in both windows and linux (mint), but something seems to be missing.

Im missing the bottom "status" bar from the linux version, the one that indicates the key pressed. Am i missing something?

Windows version with bottom toolbar: Notice the q, the what I assume to be line number, etc Image on imageshack, since no rep to post images:
http://imageshack.us/photo/my-images/710/windowsvimscreenshot.png/

No bottom toolbar :S on Linux mint
http://imageshack.us/photo/my-images/823/vimscreenshot.png/

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Put this in your ~/.vimrc:

set ruler showcmd
link|improve this answer
Thanks. It solved it, I also needed set showcmd wich was commented by default. – tehplaceholder Feb 7 at 22:12
I edited my answer to reflect that. – Heptite Feb 7 at 22:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.