[Vim]:args

Tue Feb 25

Vim practice

Author:Noritaka

Astroのロゴ。
:args
Copy and paste the below text and type some commands like below.

---
1. :args *     (ADD ALL FILES TARGETED FOR MACRO EXECUTION)
2. :args *.js  (ADD ALL js FILES TARGETED FOR MACRO EXECUTION)
2. :first      (MOVE TO FIRST FILE)
4. :last       (MOVE TO LAST FILE)
5. :prev       (MOVE TO PREV FILE)
6. :next       (MOVE TO NEXT FILE)
7. :n          (MOVE TO NEXT FILE)
---

Vim