Fri Feb 14
Vim practice
Author:Noritaka
Convert to uppercase or lowercase
Copy and paste the below text and type some commands like below.
---
1. /you <CR> <Esc>
2. v u (convert You to lowercase)
3. v U (convert you to uppercase)
4. V u (convert the row to lowercase)
5. V U (convert the row to uppercase)
---
You practie TIP112 and then you will be better
TIP11