Not performance related, but basic editing.
FOr example, create three lines like this in the composer:
--
01
22
34
--
Now delete the characters 22 (so the line is empty), and move cursor to be between 3 and 4. Pressing up key should take the cursor to the empty line, instead it takes it between 0 and 1.