In Vim, I did too much undo. How do I undo this (that is, redo)?
Using VsVim for Visual Studio?
I came across this when experimenting with VsVim, which provides bindings for Vim commands in Visual Studio.
I know about Ctrlr in Vim itself, but this particular binding does not work in VsVim (at least not in my setup?).
What does work however, is the command :red
. This is a little bit more of a hassle than the above, but it is still fine when you really need it.