[Vim]Edit a macro simple

Tue Feb 11

Vim practice

Author:Noritaka

Astroのロゴ。
Edit a macro simple
Copy and paste the below text and type some commands like below.

---
qq yyp q      (Record yyp into register q)
:reg q <CR>    (SHOW MACRO q)
qQ ppp q       (ADD PPP ON MACRO q)
:reg q <CR>    (SHOW MACRO q)
---

Vim