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

Add vim plugin link in Wrap With Some Room til

v2: respect 80 characters limit
This commit is contained in:
Matthieu Crapet
2016-08-28 20:45:47 +02:00
parent 3f07cf20c3
commit 9ee58065fe

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]