I want to copy N lines above the selected position.
yNy works for copying the below N lines.
What is the command for copy N line above the selected position?
|
|
|
|
|||||||
|
|
Or, use
this does precisely what you ask: yank only (e.g. 3) lines before the current line. You could
to yank just the previous (or pre-previous) line etc...
to yank everything till the last line
for that including the current line (of course, you could do that with |
|||
|
|