Is there a key-combination that behaves as though I’d press ctrl-E followed by a j, that is the text scrolls up a line but the cursor keeps where it is, relativ to the screen.
I am aware that I could achieve what I want with a :map but before I do I thought I’d rather want to know if there is already some “built-in” functionality
Yes, use
CTRL-Dwith a count of 1 (not that that saves you anything, really).The
CTRL-Dcommand does the same asCTRL-E, but also moves the cursor down the same number of lines