If I have a multi-line sentence in Emacs, it naturally overflows on the following lines. Now, if my cursor is at the beginning of such a sentence, and I press a key DOWN ARROW, the cursor is placed at the beginning of the next sentence (which can be 4-5 lines down), and not at the next (as other editors do). The behavior of the ENDand keys is the same HOME.
Is there a way to change this behavior and get the cursor on the next line instead of the next sentence?
source
share