Tue Feb 25
Vim practice
Author:Noritaka
Change some wordshange some words
Copy and paste the below text and type some commands like below.
---
1. /you <CR> <Esc> (search the you)
2. v i t u (CONVERT TO LOWER CASE IN TAG)
2. v i t U (CONVERT TO UPPER CASE IN TAG)
1. j .
5. k qq vitU <Esc> q (register macro to q)
6. j @q (run macro q)
---
<a href="#">you</a>
<p>you practice tip231 and then <a href="#">you</a> will be better!</p>
TIP23