I am using the ViEmu plugin for VS2008.
I was wondering if there is a way to set a macro in the .viemurc file, so I don't have to redo it every time I start up VS.
I know that it can be done in regular Vim via:
:let @s="0ftwwy$bp"
This will set a macro on register 's' for example.
Doing the same in .viemurc so far just got me an error message.