I have three macros that I have created separately over time. a performs a search and replace, b adds tags to every line and c appends text at the beginning and the end of the file.
I execute them like this:
@a
:%norm! @b
@c
How can I execute them in this order without starting each one separately?