For reasons undisclosed, suppose I have many identical README.txt files in a few dozen sub-directories. In my fantasy world, I could run this:
vim --magic-mindreading-flag */README.txt
and rather than editing the files for me in sequence, vim will somehow recognize that they're identical and save my changes to all files simultaneously and magically know what I want.
Please spare me the following:
- How to do this with shell commands.
- Lecture on referencing a single authoritative copy (such as with symlinks)
- A recommendation to use an editor that you know of which supports it.
This is about vim, and how awesome.
Bonus: get vim will to warn if the files aren't identical.