[Vim]Convert to uppercase

Tue Feb 25

Vim practice

Author:Noritaka

Astroのロゴ。
Change some wordshange some words
Copy and paste the below text and type some commands like below.

---
1. /you <CR> <Esc>         (search you)
2. gUit                    (CONVERT TO UPPERCASE IN TAG)
3. j. j.                   (redo)
---
<a href="#">TIP232 you</a>
<a href="#">you and me</a>
<a href="#">you</a>
TIP23

Vim