Tue Feb 25
Vim practice
Author:Noritaka
Yank and paste with register 0
Copy and paste the below text and type some commands like below.
---
1. /col <CR>
2. yiw <Esc>
3. /som <CR>
4. ciw
5 <C-r> 0
---
collection = getCollection();
process(somethingInTheWay, target);