This commit is contained in:
Byron Gibson 2016-11-28 14:44:54 +00:00 committed by GitHub
commit 82dd7bf4ef

View file

@ -5,7 +5,15 @@ Surround.vim is all about "surroundings": parentheses, brackets, quotes,
XML tags, and more. The plugin provides mappings to easily delete,
change and add such surroundings in pairs.
It's easiest to explain with examples. Press `cs"'` inside
It's easiest to explain with examples. Press `cs3w"` inside 'Hello' to change
Hello World!
into
"Hello World!"
Press `cs"'` inside
"Hello world!"