Mon Feb 24
Vim practice
Author:Noritaka
Search and change the word
Copy and paste the below text and type some commands like below.
---
1. /tip <CR> <Esc>
2. f + (SEARCH +)
3. cl <space> + <space> <Esc> (change letter)
4. ; . ; . ; (SEARCH AGAIN AND REPLACE IT)
---
You practice TIP1+and+then+you+will+be+better!
tip03