tpope / vim-surround

surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease
https://www.vim.org/scripts/script.php?script_id=1697
13.39k stars 444 forks source link

Surrounding without spaces #366

Closed ghost closed 1 year ago

ghost commented 1 year ago

How can the surrounding be done without spaces after and before brackets? Currently when I do ysiw( with cursor on w I get ( world ).

lackovic commented 1 year ago

How can the surrounding be done without spaces after and before brackets?

Using an opening bracket will add a space, using a closing bracket will not add a space.

Examples: