vundo icon indicating copy to clipboard operation
vundo copied to clipboard

Visualize the undo tree.

Results 21 vundo issues
Sort by recently updated
recently updated
newest added

To switch branches, one needs to be on a stem root (branchpoint). Add a command to make it easier to move between stem roots (meant to be used along with...

evil-mode prevents that cursor hiding in the vundo-undo-tree buffer somehow.

One UX nicety of undo-tree is that if you hit back to a branch point, and then hit forward, you go forward in whatever branch you were just on. undo-tree...

As outlined in #68, when undo chains get quite lengthy (exacerbated by saving undo history), vundo and emacs in general slow down. It's highly sensitive to line length (`M-: (current-column)`...

It would be great to keep undo/redo history after restarts. It has a cost, maybe it can be limited by time and or size of history.

Currently, the point is placed after the node glyph instead of before. When using Emacs in some terminals, the cursor can't be hidden, and can't be restyled, especially not per-buffer...

## Recap of the issue A recap from #62: there is one type of information that is lost when vundo trims the "useless" tails of very long undo-buffer lists —...

I saw this package adds itselft to `evil-emacs-state-modes`. I understand that is for preventing problems with the bindings. while evil-mode adds vim like functionality to emacs, it doesn't deal with...

Hello, to get the nodes corresponding to saves highlighted - do I have to save from the vundo buffer to get this? Because I am using `vundo-highlight-saved-nodes` -> t I...

It would be good if quitting `vundo` would also close the `vundo-diff` buffer & window. So viewing a `vundo-diff` buffer doesn't leave this buffer open once I've finished using `vundo`...