Fri Feb 14
Vim practice
Author:Noritaka
Move and change the word
Copy and paste the below text and type some commands like below.
---
1. /vim <CR> <Esc>
2. I <Esc>
3. A <Esc>
4. c0 <Esc> (DELETE FROM HERE TO HEAD)
5. C <Esc> (DELETE FROM HERE TO END)
---
You practice vim
TIP02