I want many this kind of changes
"\includegraphics{all.png}"
-->
"\includegraphics[width=\linewidth]{all.png}"
without Sed but Vim. When I do it, I always replace the buffer by accident with something like space so wasting a lot of keys. How can I do it fast?
Smallest amount of keys wins!
Start inside Vim: getting the matches to buffers
:grep -r "includegraphics" Sections/*
