在第十三届全国人民代表大会第一次会议上的讲话
4 questions
3
votes
2
answers
338
views
visualize Vim undo history
Is there for Vim what Gource is for Git, to visualize Vim undo history?
I'm familiar with Gundo, which display diffs of undo history, but it's not really a visualizer like Gource for Git repos.
1
vote
1
answer
294
views
Saving .swp/.un~ files to subdirectories
Is there any way to save these files to automatically created subdirs? Google gave me no answers.
The reason is simple- I work on several computers which I keep synced via git, so having these files ...
6
votes
3
answers
527
views
Turn Vim's multiple undo history into git commits?
When refactoring I sometimes do too much at once—all little steps, but I forget to commit after each little change.
Of course in many cases a commit after each change would be too much, but if each ...
3
votes
1
answer
2k
views
Undo diffget in vimdiff
Say I have a merge conflict in Git, and try to resolve it with vimdiff using diff3 view. Here is a screenshot:
Now while resolving, I want to diffget once from LO see how it looks like, undo, and then ...