When I select some code by v key and press s to surround and closed in brackets i receive this error:
surround.vim Visual mode s has been remove in favor of S
How to revert this functionality?
When I select some code by v key and press s to surround and closed in brackets i receive this error:
surround.vim Visual mode s has been remove in favor of S
How to revert this functionality?
Just map it back to S?
vmap s S