[Vim]Select words in tag

Mon Feb 24

Vim practice

Author:Noritaka

Astroのロゴ。
Select words in tag
Copy and paste the below text and type some commands like below.

---
1. /title <CR> <Esc>  
2. viw <Esc> n
3. vaw <Esc> n
4. viW <Esc> n
5. vaW <Esc> n
6. vis <Esc> n
7. vas <Esc> n
8. vip <Esc> n
9. vap
---

'<a href="{url}">{stitle}</a>'
'<a href="{url}">{title}</a>'
'<a href="{url}">{stitle}</a>'

TIP51 

Vim