diff options
| author | Tim Harper <timcharper@gmail.com> | 2014-02-04 21:46:11 -0700 |
|---|---|---|
| committer | Tim Harper <timcharper@gmail.com> | 2014-02-04 21:46:11 -0700 |
| commit | 0c503fc9946e122f82dc8a1cb266294b82043768 (patch) | |
| tree | f575e7bb4e96fe7230dba034c0f1feb52b1cea80 /README.md | |
| parent | c96499e91e46e6a950c7870524e95d10af9870c2 (diff) | |
| parent | 88f371a77f426ed5fb37c4f1824decf15c726c07 (diff) | |
Merge branch 'master' of https://github.com/lyro/evil-surround
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,7 +8,7 @@ To enable it globally, add the following lines to ~/.emacs: Alternatively, you can enable surround-mode along a major mode by adding `turn-on-surround-mode' to the mode hook. -This package uses [Evil](surround.vim by Tim Pope) as its vi layer. +This package uses [Evil](https://gitorious.org/evil) as its vi layer. ## Add surrounding ## You can surround in visual-state with `s<textobject><trigger>` @@ -108,8 +108,7 @@ space): `cs]{` { Hello } world! -Now wrap the entire line in parentheses with `yssb` or `yss)` (wrapping the line -is currently broken see [issue #5](https://github.com/timcharper/evil-surround/issues/5)). +Now wrap the entire line in parentheses with `yssb` or `yss)`. ({ Hello } world!) |
