[Vim]jump to the other bracket

Mon Feb 24

Vim practice

Author:Noritaka

Astroのロゴ。
jump to the other bracket
Copy and paste the below text and type some commands like below.

---
1. /{ <CR>        (search { )
2. %              (JUMP TO THE OTHER BRACKET)
3. r]             (replace with ] )
3. ''             (JUMP TO ORIGINAL POSITION)
5. r[             (replace with [ )
---
{London, New\ York, Berlin}
TIP54 

Vim