You can type 7G to jump to line#7, then type Ctrl-o to jump back.
:set showcmd to show what you have typed at the right bottom.
To yank line#7 (No cursor moving):
:7y
To paste line#7 below line#14:
:7t14
You can type 7G to jump to line#7, then type Ctrl-o to jump back.
:set showcmd to show what you have typed at the right bottom.
To yank line#7 (No cursor moving):
:7y
To paste line#7 below line#14:
:7t14