[Vim]Replace some letters

Mon Feb 24

Vim practice

Author:Noritaka

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

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

Vim