File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ respectively. For the following examples, `*` will denote the cursor position:
7373 Old text Command New text
7474--------------------------------------------------------------------------------
7575 surr*ound_words ysiw) (surround_words)
76+ surr*ound_words ysiw( ( surround_words )
7677 *make strings ys$" "make strings"
7778 [delete ar*ound me!] ds] delete around me!
7879 remove <b>HTML t*ags</b> dst remove HTML tags
@@ -81,7 +82,9 @@ respectively. For the following examples, `*` will denote the cursor position:
8182 delete(functi*on calls) dsf function calls
8283```
8384
84- Detailed information on how to use this plugin can be found in
85+ Note that surrounding with an opening delimiter (e.g. ` ( ` ) will add a space before/after
86+ the selection, while surrounding with the closing delimiter (e.g. ` ) ` ) will not include
87+ the spaces. Detailed information on how to use this plugin can be found in
8588[ ` :h nvim-surround.usage ` ] ( https://github.com/kylechui/nvim-surround/blob/main/doc/nvim-surround.txt ) .
8689
8790## :gear : Configuration
You can’t perform that action at this time.
0 commit comments