I came upon this the other day. If you already have vim open, :args src/**/*.html | argdo tabe % | syntax on It's mildly annoying that it turns syntax off, but it's certainly easier than the alternative.
Achievements
19
Karma
0
Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
I came upon this the other day. If you already have vim open,
:args src/**/*.html | argdo tabe % | syntax on
It's mildly annoying that it turns syntax off, but it's certainly easier than the alternative.