[Vim]Replace searched words

Sun Feb 23

Vim practice

Author:Noritaka

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

---     
1. /sa  <CR>              (SEARCH THE WORD)
2. *                      (SELECT THE OTHERS)
2. cwsea <Esc>            (change the word to sea)
3. n . n .                (jump to next searched word and do it again)
---
I sell saaaa shells by the saaaa shore
I sell saaaa shells by the saaaa shore
I sell saaaa shells by the saaaa shore
I sell saaaa ahells by the saaaa shore

Vim