views:

31

answers:

1

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.

A: 

Someone just answered the same question here.

Right now ViEmu doesn't support setting macros in the .viemurc.

Unfortunately multi-key mappings are not supported yet either.

Thorsten Lorenz