Y
Hacker News
new
|
ask
|
show
|
jobs
by
_ps6d
2669 days ago
You can also just change the command to something like :%s/regex/replacement/gc
The "c" modifier makes you confirm each replacement, and you can y/n for each of them.