diff --git a/vim/wrap-with-some-room.md b/vim/wrap-with-some-room.md index d479b23..eb41f78 100644 --- a/vim/wrap-with-some-room.md +++ b/vim/wrap-with-some-room.md @@ -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]