mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add vim plugin link in Wrap With Some Room til
v2: respect 80 characters limit
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user