[Vim]Replace a letter

Mon Feb 24

Vim practice

Author:Noritaka

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

---
1. /tip  <CR> <Esc> 
2. f .                     (search .)
3. r ,                     (REPLACE "." WITH ",")
---
TIP line. But
TIP19

Vim