Vim surround - fairulazmin/note GitHub Wiki
Using vim-surround
you surround inner word, ysiw'
delete surround, ds'
you surround inner Word, ysiW"
VISUAL - surround, veeeS{
change surround, cs"[
you surround line word with spaces, yss{
you surround line word without spaces, yss}
you surround two around words, ys2aW<h1>
delete surround tag, dst
change inside (, ci(
change inside tag, cit