Comment on Vim: Takeaways from One Year of TypingparentComments−olalonde11yIt's possible to run a macro on a list of files? I usually just open the files one by one and @@:wq (oops)−rav11yYes, it's quite possible: :args *.cpp " or any other list of files :set autowrite :argdo normal @@ :wq
Comments
It's possible to run a macro on a list of files? I usually just open the files one by one and @@:wq (oops)
Yes, it's quite possible: