0

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.

Thorsten Lorenz
  • 11,781
  • 8
  • 52
  • 62
  • Well, it just lets me know that it couldn't process the line of the .viemurc file on which I have the :let ... statement. If I on the other hand directly type :let @s="0ftwwy$bp" inside VS, it says "Unknown command", so I guess ":let" is not understood by ViEmu. – Thorsten Lorenz Mar 04 '10 at 13:50

1 Answers1

0

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
  • 11,781
  • 8
  • 52
  • 62