Surround Several Words With Quotes At Once In vim. You can visually select the range with v3e , and then run a substitution command on it: :s/\v(\w+)/"\1"/g ...
確定! 回上一頁