added zeroth step in tutorial

This commit is contained in:
Byron Gibson 2012-11-21 12:31:20 -08:00
parent 1a73f607f8
commit 2605012e02

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 `cs4w"` inside 'Hello' to change
Hello World!
into
"Hello World!"
Press `cs"'` inside
"Hello world!"