[Vim]Replace searched words

Sun Feb 23

Vim practice

Author:Noritaka

Astroのロゴ。
Replace Search quated words
Copy and paste the below text and type some commands like below.

---     
1. /saa <CR> <Esc>        (search saaaa)
2. cwsea <Esc>            (change the word)
3. n . n . n . <Esc>      (jump to next words and change the words)
4. /I <CR><Esc>           (search the she)
5. ve* <CR><Esc>          (hightlight she sells)
6. <C-o>                  (jump to previous position)
6. ve c She sells <Esc>   (change the words)
8. n . n . n .            (next)
---
I sell saaaa shells by the saaaa shore
I sell saaaa ahells by the saaaa shore

Vim