Mon Feb 24
Vim practice
Author:Noritaka
change words in tag
Copy and paste the below text and type some commands like below.
---
1. /url <CR> (search url)
2. ci" # <Esc> (CHANGE WORDS IN "")
3. cit click here <Esc> (CHANGE WORDS IN TAG)
---
'<a href="{url}">{title}</a>'
TIP51