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
$TERMon the remote machine? – Esther Jun 22 '22 at 13:20xterm-256color– sestegra Jun 22 '22 at 20:35bashversion that I'm using is installed by Homebrew. The issue appears only with this version (5.1.16(1)-release). – sestegra Jun 23 '22 at 10:43