Surround
Surround is a port of vim-surround by @tpope.
Settings
vintageous_enable_surround
- Type:
boolean
- Default:
true
Enable surround plugin.
Status
Status | Command | Description |
---|---|---|
✅ | cs | Change surroundings. |
✅ | ds | Delete surroundings. |
✅ | ys | Yank and change surroundings. |
✅ | yss | Operates on current line, ignoring whitespace. |
✅ | {Visual}S | With an argument wraps the selection. |
cS | Change surroundings and put on own line. | |
yS | Yank and change surroundings and put on own line. |
Check out the roadmap for a detailed inventory of feature status.