Created
July 27, 2015 13:33
-
-
Save Johnytran/dd896d8cae21d079648f to your computer and use it in GitHub Desktop.
Vim undo redo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To undo recent changes, use the undo command: | |
u : undo last change (can be repeated to undo preceding commands) | |
Ctrl-R : Redo changes which were undone (undo the undos). Compare to ' . ' to repeat a previous change, at the current cursor position. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment