[Vim]Replace searched words with search command

Sun Feb 23

Vim practice

Author:Noritaka

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

---     
1. :%s/saaaa/sea/gc <CR>     (REPLACE SAAAA TO SEA)
---
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 shells by the saaaa shore

Vim