When moving from line to line in a textview with "up" and "down" keys, it exhibits this scrolling behavior - when the cursor is at the very top and I hit "up" (and vice versa), it scrolls the document half page up, that is, the current line is now in the middle of the textview.
Is it possible to disable this behavior? Is it possible to make it scroll by just one line? So that the current line stays always at the top (or bottom)?