When I use Vim, I often times use motions commands when moving lines.
For example if I want to move 20 lines down, I press 20j.
Now after having "jumped" 20 lines down, if I want to go back again to my previous position, I have to enter 20k.
Is there a way to jump to my previous position without typing 20k?
For example, by somehow adding the previous position to Vims jump list, then I could use <c-o> to jump back.
(By the way, I only want to jump back when I move more that one line at once).