I'm used to do ctrl+z in other editors. Sometimes when you press ctrl+z too much, you can use ctrl+y and it redo the last action.

How do create this behavior in vim?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Redo is Ctrl + R, in Vim.

You can find more information about Vim's commands at this Stack Overflow question.

link|improve this answer
You're right, "RTFM". Thanks! – Somebody still uses you MS-DOS Jun 24 '10 at 13:57
feedback

See this Stack Overflow question

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.