A pattern I seem to be following right now is:
- edit a file until I like it
:w another-file
to use it as a starting point foranother-file
:e another-file
to polish upanother-file
Is there an existing ex command to do the latter two steps at once? Something like :writeAndEdit another-file
?
I can fake one using vimscript, I just want to know if there's an existing command.