Hacker News new | ask | show | jobs
by mcpherrinm 2646 days ago
Vim supports an undofile, to keep undo history persistently. https://jovicailic.org/2017/04/vim-persistent-undo/

IntelliJ has a feature called "Local History" which stores basically is storing undo history, but it stores other things too (like test execution).

https://www.jetbrains.com/help/idea/local-history.html