How is the undo tree used in Vim?

前端 未结 8 636
面向向阳花
面向向阳花 2020-12-22 14:53

This answer says:

Vim\'s undo/redo system is unbeatable. Type something, undo, type something else, and you can still get back the first thing you typed

8条回答
  •  一生所求
    2020-12-22 15:37

    I'm a bit late to the party, but I figured I'd mention that I wrote an undo tree visualization plugin for Vim: http://bitbucket.org/sjl/gundo.vim/

    Personally I found that graphing the tree like this was the only way I could make sense of it.

提交回复
热议问题