tpope/vim-surround
Metadata
- Author: GitHub
- Full Title: tpope/vim-surround
- URL: https://github.com/tpope/vim-surround
Highlights
It’s easiest to explain with examples. Press cs"'
inside
“Hello world!”
to change it to
‘Hello world!’ (View Highlight)
To remove the delimiters entirely, press ds"
.
Hello world! (View Highlight)