Tue Feb 11
Vim practice
Author:Noritaka
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)
---