I\'ve been trying to find something that will let me run multiple commands on the same line in Vim, akin to using semicolons to separate commands in *nix systems or &a
&a
You can create a new file, and write your commands on it. Then :so %, which means source current file.
:so %