Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I'm trying to tailor vim to my needs and I would like vim to visually indicate when it is in some kind of edit mode (insert/replace) by, for example, coloring the background red. Is there any way to achieve this?

share|improve this question
Something like this? stackoverflow.com/questions/7614546/… – jasonwryan Oct 22 '12 at 20:49
1  
Or this? Found in about 5 seconds of googling. vim.org/scripts/script.php?script_id=53 – tink Oct 22 '12 at 21:49
@tink - You should make that an answer. – ire_and_curses Oct 22 '12 at 22:02

1 Answer

The vim-powerline plugin provides a nicely colored indicator of the current mode in the statusline: http://i.imgur.com/MsuIB.png

In addition to other useful indicators, like the current git branch.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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