In Vim, I did too much undo. How do I undo this (that is, redo)?
First press the Esc key to exit from edit mode.
Then,
For undo, use u key as many times you want to undo.
For redo, use Ctrl +r key