[Vim]Replace a word

Mon Feb 24

Vim practice

Author:Noritaka

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

---
1. /col <CR>  (search col)
2. yiw        (yank in word)
3. /par <CR>  (search par)
4. vep        (SELECT THE WORD AND PASTE YANKED VALUE)
---
collection = getCollection();
process(param, target);

Vim