There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Vundo is now available on ELPA! Vundo (visual undo) displays the undo history as a tree and lets you move in the tree to go back to previous buffer states. To use vundo, type M-x vundo RET in the buffer you want to undo. An undo tree buffer should pop up. To move around, type: f to go forward b to go backward n to go to the node below when you at a branching point p to go to the node above a to go back to the last branching point e to go forward to the end/tip of the branch q to quit, you can also type C-g C-c C-s (or whatever binding you used for save-buffer) to save the buffer at the current undo state n/p may need some more explanation. In the following tree, n/p can move between A and B because they share a parent (thus at a branching point), but not C and D. To make it clear, branches you can switch between are highlighted with bold face. A C โโโโโโโโโโโโโโโ โ โ๏ธ โโโโโโโโโโ B D By default, you need to press RET to โcommitโ your change and if you quit with q or C-g, the changes made by vundo are rolled back. You can set โvundo-roll-back-on-quitโ to nil to disable rolling back. You might see some green nodes in the tree, those are the buffer states that have been saved to disk; the last saved node is emphasized in bold. You can type "l" to jump to the last saved node. Note: vundo.el requires Emacs 28. Customizable faces: - vundo-default - vundo-node - vundo-stem - vundo-highlight - vundo-saved - vundo-last-saved If you want to use prettier Unicode characters to draw the tree like this: โโโโโโโ โ โโโโ โโโโ โโโโ set vundo-glyph-alist by (setq vundo-glyph-alist vundo-unicode-symbols) Your default font needs to contain these Unicode characters, otherwise they look terrible and donโt align. You can find a font that covers these characters (eg, Symbola, Unifont), and set โvundo-defaultโ face to use that font: (set-face-attribute 'vundo-default nil :family "Symbola") Comparing to undo-tree: Vundo doesnโt need to be turned on all the time nor replace the undo commands like undo-tree does. Vundo displays the tree horizontally, whereas undo-tree displays a tree vertically. Vundo doesnโt have many advanced features that undo-tree does (like showing diff), and most probably will not add those features in the future. Tests: You can run tests by loading test/vundo-test.el and M-x ert RET t RET to run those tests interactively, or use the following batch command: emacs --batch \ -l vundo.el \ -l test/vundo-test.el \ -f ert-run-tests-batch-and-exit Changelog (full changelog in NEWS.txt): <2022-04-04 Mon>: Version 1.0.0 <2022-03-29 Tue>: vundo--mode and vundo--mode-map are now vundo-mode and vundo-mode-map. A new custom option vundo-compact-display is added. <2022-03-23 Wed>: UI now defaults to ASCII mode. ASCII mode also draws differently now, it now draws o--o--o instead of o--o--o | `--x | +--* |--o |--o `--o +--o <2021-11-26 Fri>: Variable vundo-translate-alist changed to vundo-glyph-alist and has different value now.
valign
Pixel-perfect visual alignment for Org and Markdown tables.lunarymacs
Moon-based Emacs configuration.eldoc-box
childframe doc for eglot and anything that uses eldoctree-sitter-module
Building script for tree-sitter language definitionsOrgMark
Insert and edit drawing in Org mode with iPad.xeft
Fast, interactive Emacs note searchingundo-hl
Highlight undo operations so you never get lostiscroll
Smooth scrolling over images in Emacsisolate
Surrounding magics, extensibleftable
Fill (auto-layout) tablesghelp
Emacs generic Helpcollab-mode
Cross-editor collaboration (WIP)emacs-mission-control
Mac mission-control-like buffer switchivy-filthy-rich
Richer information for ivy candidates, fully customizablecasouri.github.io
My blogtrivial-copy
Copy, paste and move files like you do in Finder in Dired.awesome-himawari8
A collection of a bunch of implementations of himawari8 live earth desktop in many languagesnerdtab
Keyboard oriented tabs for Emacsexpreg
Your friendly neighborhood expand-region clonequick-mathlive
Quick mathlive from commandlineweibo2mast
ๅพฎๅ่ฝฌๅๆฏ่ฑก๏ผmastodon๏ผbothighres-tab-line
High-res tab-line iconsconfig
my configurationszeft
Yet another DeftlunarySpoon
Sequential key binding for hammerspoonfind-char
A taste of the `f` operator of vim in Emacs.xapian-lite
Xapian dynamic module for Emacsemacs-module-prelude
Convenient functions for Emacs dynamic modules.emacs-file-icon
icons for emacs openable filesnyan-lite
Nyan Mode Litelunarymacs-stars
Default (my own) stars of lunarymacspbcopyf
copy/paste/move files from command line for macOScq-80
Splatoon 2 Octo Expansion CQ-80 terminal replicalunaryline
A minimum alternative of spaceline.camelsnake-mode
Type camelCase and get snake_casefshell
M-x shell improvedmonovault
CSE 223B class projectmac-greek-substitution
macOS substitution for greeklaunchdman
launchd parser and manager for Pythonhmx
grade-analyzer
Fetch grade from Canvas and analyze it.Love Open Source and this site? Check out how you can help us