diff --git a/doc/surround.txt b/doc/surround.txt index 4387fa2..959fed4 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -50,8 +50,8 @@ below in |surround-replacements|. Once again, examples are in order.
Yo!*
cst

Yo!

*ys* takes a valid Vim motion or text object as the first object, and wraps -it using the second argument as with |cs|. (Unfortunately there's no good -mnemonic for "ys".) +it using the second argument as with |cs|. (It's a stretch, but a good +mnemonic for "ys" is "you surround".) Old text Command New text ~ Hello w*orld! ysiw) Hello (world)!