Skip to content

Surround

Surround is a port of vim-surround by @tpope.

Settings

vintageous_enable_surround

  • Type: boolean
  • Default: true

Enable surround plugin.

Status

StatusCommandDescription
csChange surroundings.
dsDelete surroundings.
ysYank and change surroundings.
yssOperates on current line, ignoring whitespace.
{Visual}SWith an argument wraps the selection.
cSChange surroundings and put on own line.
ySYank and change surroundings and put on own line.

Check out the roadmap for a detailed inventory of feature status.