Mon Feb 24
Vim practice
Author:Noritaka
jump to the other bracket
Copy and paste the below text and type some commands like below.
---
1. f ( <CR> (search and move to the other)
2. % (JUMP TO THE OTHER BRACKET)
3. h
4. % (JUMP TO THE OTHER BRACKET)
5. l
6. % (JUMP TO THE OTHER BRACKET)
---
console.log([{'a':1}, {'b':2}]);
TIP54