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
この機能を元に戻す方法は?
Just map it back to S?
vmap s S
できません。提案されているようにv+を使用する必要があります。S詳細については、こちらをご覧ください。