mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
added zeroth step in tutorial
This commit is contained in:
parent
1a73f607f8
commit
2605012e02
|
|
@ -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!"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue