Ever get stuck on the 2nd line of a bash command? If you use `\` to start a new line. It is by design! Ctrl-x Ctrl-e to open the line in a text editor is the least awful solution.
But if you paste in text with `\n` in it, then arrows and ctrl-a or ctrl-b will take you to the previous line.
I gotta force myself to switch shells someday.