From 2605012e02e5e1ca845a9982d04d696981d26ef5 Mon Sep 17 00:00:00 2001 From: Byron Gibson Date: Wed, 21 Nov 2012 12:31:20 -0800 Subject: [PATCH] added zeroth step in tutorial --- README.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fef61a8..97252e0 100644 --- a/README.markdown +++ b/README.markdown @@ -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!"