Sun Mar 16
Vim practice
Author:Noritaka
Select in bracket
Copy and paste the below text and type some commands like below.
---
/u <CR> <Esc>
3. vi} <Esc>
4. va" <Esc>
5. vi> <Esc>
6. vit <Esc>
7. vat <Esc>
8. va]
---
const tpl = [
'<a href="{url}">{title}</a>'
]