Zet - How do I use the vim surround plugin?
How do I use the vim surround plugin?
There are many uses but the easiest is to use S in visual mode. From the docs:
Finally, let’s try out visual mode. Press a capital V (for linewise visual mode) followed by S
.
Hello world!
#vim