November 2018
Beginner
330 pages
7h 21m
English
Arglist allows you to perform the same operation on multiple files, without having to have them preloaded in buffers first.
Arglist provides a few commands, as follows:
For example, if we wanted to replace all instances of animal in every Python file (recursively), we would do the following:
:arg **/*.py:argdo %s/\<animal\>/creature/ge | update
This command work as follows: