Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我通过 v 键选择一些代码并按 s 包围并用括号括起来时,我收到此错误:
surround.vim Visual mode s has been remove in favor of S
如何还原此功能?
只需将其映射回S?
vmap s S
你不能。您必须按照建议使用v+ S。有关更多详细信息,请参阅此内容。