I would like to run a command such as :s/write/run/
on a line by line basis.
We can specify a range of lines such as :31,44s/write/run/
.
We can also search :/write/
and press n
to move to the next occurrence.
Is it possible to substitute in the same manner as search, by pressing a button and substituting the next occurrence?