How do I surround a visual selection with delimiters using vim-surround?
S"
The vim-surround plugin provides the S command in visual mode to wrap any selection with a delimiter pair.
S"
The vim-surround plugin provides the S command in visual mode to wrap any selection with a delimiter pair.
ysiw<em>
The vim-surround plugin makes wrapping text in HTML or XML tags effortless.
<C-y>,
The emmet-vim plugin brings the full power of Emmet (formerly Zen Coding) to Vim, letting you type a short CSS-like abbreviation and expand it into a complete H
cit
The cit command deletes everything between the nearest pair of HTML/XML tags and drops you into insert mode, ready to type the replacement.