In Vim I once was able to select multiple lines with v, and then press S to replace all those lines and directly go to insert mode.

However, when I now press these buttons, nothing happens. How can I get that behavior back?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 2 down vote accepted

There is a possibility that you have the Surround plugin installed which uses S and s.

Alternatively, you can use c for the same effect.

link|improve this answer
feedback

S and s should be working for you.

A good place to start troubleshooting is to see what the following command shows you:

:verbose vmap S
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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