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

其他提示

You can't. You have to use v+S as suggested. See this for further details.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top