Vim - Surround.vim - s 键不起作用
当我通过 v 键选择一些代码并按 s 将其括起来并用括号括起来时,我收到此错误:
surround.vim Visual mode s has been remove in favor of S
如何恢复此功能?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将其映射回 S 即可?
Just map it back to S?
你不能。您必须按照建议使用 v+S 。有关更多详细信息,请参阅此。
You can't. You have to use v+S as suggested. See this for further details.