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