Fri Feb 14
Vim practice
Author:Noritaka
Run the yanked command
copy and paste the below text and type some commands like below.
---
1. oyyp<Esc> (write a command yank and paste)
2. yy (yank a line)
3. @0 (RUN YANKED COMMAND)
4. odd<Esc> (write a command yank and paste)
5. yy (yank a line)
6. @0 (RUN YANKED COMMAND)
---