|
|
|
|
|
by stephen272
1944 days ago
|
|
For anyone that uses emacs, there is an excellent plugin "undo-tree" that solves this problem in a slightly different way. Everytime you undo a series of actions and then perform a new action, it creates a branch in the "tree". You can then visualize the tree and move through it quickly your entire buffer history. |
|
By default, you can select any block of text and the undo command will cycle through the changes only from that region of your buffer.