Vim surround - fairulazmin/note GitHub Wiki

Using vim-surround

you surround inner word, ysiw'

img

delete surround, ds'

img

you surround inner Word, ysiW"

img

VISUAL - surround, veeeS{

img

change surround, cs"[

img

you surround line word with spaces, yss{

img

you surround line word without spaces, yss}

img

you surround two around words, ys2aW<h1>

img

delete surround tag, dst

img

change inside (, ci(

img

change inside tag, cit

img