diff options
| author | Ersin Er <ersin.er@gmail.com> | 2014-01-25 23:14:00 +0200 |
|---|---|---|
| committer | Ersin Er <ersin.er@gmail.com> | 2014-01-25 23:14:00 +0200 |
| commit | 2de26062dd8617fdd1f33b054e6922954f646337 (patch) | |
| tree | 214818480f0494230043ddf53197512720b99de2 | |
| parent | c96499e91e46e6a950c7870524e95d10af9870c2 (diff) | |
Fix doc for surround delete operator
| -rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ or in normal-state with `ys<textobject><trigger>`. You can change a surrounding with `cs<old-trigger><new-trigger>`. ## Delete surrounding ## -You can delete a surrounding with `cd<old-trigger><new-trigger>`. +You can delete a surrounding with `ds<old-trigger><new-trigger>`. ## Add new surround pairs ## A surround pair is this (trigger char with textual left and right strings): |
