Show HN: Text undo that doesn't lose your edit history

11 cousin_it 3 6/2/2025, 2:54:54 PM vladimirslepnev.me ↗

Comments (3)

leephillips · 17h ago
This is built in to vim.
Bjartr · 4h ago
For those interested, here's the Vim docs for the undo tree

https://vimdoc.sourceforge.net/htmldoc/usr_32.html

cousin_it · 2h ago
My approach was linear, not a tree. The innovation (a small one) is how to make linear actually feel kinda ok, but at the same time not lose work.