Often I will do a search to find things in Vim, such as:
/-some-regex-here
And after seeing what if grabs and iterating through a few of the results, I want to do a find-replace. Is there a way to convert the / to a : command? Or do I have to esc and then press : and re-type (or copy-paste) the command again?
:global, too. – John Bollinger Jun 10 '20 at 22:57