In Vim, I did too much undo. How do I undo this (that is, redo)?
In command mode, use the U key to undo and Ctrl + r to redo. Have a look at http://www.vim.org/htmldoc/undo.html.