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?
|
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?
| |||
|
feedback
|
|
There is a possibility that you have the Surround plugin installed which uses Alternatively, you can use | |||
|
feedback
|
|
S and s should be working for you. A good place to start troubleshooting is to see what the following command shows you:
| ||||
|
feedback
|