1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Merge pull request #33 from mcrapet/master

Add vim plugin link in Wrap With Some Room til
This commit is contained in:
Josh Branchaud
2016-08-28 15:53:00 -05:00
committed by GitHub

View File

@@ -1,8 +1,9 @@
# Wrap With Some Room
The surround.vim plugin allows you to wrap text objects with various
surrounding characters (e.g. `( )`, `{ }`, `" "`). If you have a visual
selection on `1 2 3 4 5` and type `S]` you will get:
The [surround.vim](https://github.com/tpope/vim-surround) plugin allows
you to wrap text objects with various surrounding characters
(e.g. `( )`, `{ }`, `" "`).
If you have a visual selection on `1 2 3 4 5` and type `S]` you will get:
```
[1 2 3 4 5]