Mon Feb 24
Vim practice
Author:Noritaka
jump
Copy and paste the below text and type some commands like below.
---
1. /origin <CR>
2. V U <Esc>
3. yyp <Esc>
4. o insert <Esc>
5. G
6. '' (JUMP TO PREVIOUS POSITION)
7. '. (JUMP TO LAST CHANGED POSITION)
8. '^ (JUMP TO LAST INSERT POSITION) j
9. '[ <Esc> '] <Esc> (JUMP TO LAST CHANGED OR YANKED POSITION)
10. '< <Esc> '> <Esc> (JUMP TO LAST SELECTED POSITION)
---
origin/