[–] hasenj 11y ago ↗ How does Vim support this concept? I mean what does happen when you go back 30 steps then type something new?I've been using Vim for a few years now but never heard of this before. This interesting to me. [–] realyze 11y ago ↗ It stores your undo history as a tree so you can have multiple "heads". Check out https://github.com/sjl/gundo.vim to see a screenshot, I'm sure you'll understand then.
[–] realyze 11y ago ↗ It stores your undo history as a tree so you can have multiple "heads". Check out https://github.com/sjl/gundo.vim to see a screenshot, I'm sure you'll understand then.
2 comments
[ 2.9 ms ] story [ 14.8 ms ] threadI've been using Vim for a few years now but never heard of this before. This interesting to me.