Y
Hacker News
new
|
ask
|
show
|
jobs
by
tinco
1907 days ago
It's how you do a text replacement in VIM, I believe it's s for substitute, /../ for the regular expression, and g for global, to substitute multiple instances.
1 comments
roland35
1907 days ago
Don't forget the % if you are using vim, to make sure you replace on all lines :)
:%s/ubiquity/sonos/g
link
:%s/ubiquity/sonos/g