When I type a long command in a terminal from a SSH session, the content of the command line is scrolling to the left.
$ echo this is a really long command line that goes on and on and on and on
Might be displayed as:
$ y long command line that goes on and on and on and on <
I want the command line to go to a new line instead.
I tried to reset the behavior using $HOME/.inputrc but without success.
set horizontal-scroll-mode Off