codedump.ch

Surround things with vim surround

2024-06-21
ds{count}{motion} // delete the surroundings
cs{count}{motion} // change the surroundings
ys{count}{motion} // add surroundings

Surround things in vscode vim