How do you use the argument list to edit multiple files?
Answer
:args *.py
Explanation
Use :args *.py to populate the argument list with Python files. Navigate with :next and :prev. Run commands across all with :argdo.
:args *.py
Use :args *.py to populate the argument list with Python files. Navigate with :next and :prev. Run commands across all with :argdo.