Hacker News new | ask | show | jobs
by bee_rider 918 days ago
I love vim but I actually find undo/redo to be one of the few annoyances of the program, because of the whole linear undo/redo thing. So I guess I need to look into this g+ option…
1 comments

As I mentioned elsewhere, gundo is really helpful for navigating the undo tree.

My favorite thing about vim's flow is that it isn't just limited to undo/redo: you can re-perform your most recent action anywhere using the . key.