1

When I enter a macro and run it, it works fine. Unfortunately after I restart Visual Studio all macros are gone. How to prevent it?

Krzysztof Morcinek
  • 1,011
  • 13
  • 42

1 Answers1

2

Other vim implementations, like gVim, preserve register values across restarts. Macros are stored as register values hence they get persisted as well. That feature though hasn't been implemented in VsVim yet.

This bug is tracking that: https://github.com/jaredpar/VsVim/issues/1726

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454