Tue Feb 25
Vim practice
Author:Noritaka
change words
Copy and paste the below text and type some commands like below.
---
1. /tip <CR> <Esc> (search tip)
2. <C-q> jje (select with visual block mode)
3. c components <Esc> (CHANGE WORDS)
---
li.one a{ background-image: url('/TIPTIP/sprite.png'); }
li.two a{ background-image: url('/images/sprite.png'); }
li.three a{ background-image: url('/images/sprite.png'); }
TIP25