Say I open a file in vim. I start on line 1 column 1. I hold down j until I am on line 14. I press :7<CR> and I'm on line 7. I press yy to yank.
How do I return to line 14? <ctrl-o> brings me back to the top of the file. `` gives me same results.
