введите здесь описание изображения
130 ❯ stty -a
speed 38400 baud; rows 27; columns 112; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; eol2 = ; swtch = ;
start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc
Я пытался добавить некоторую конфигурацию, следуя за Клодом, но ничего не помогло.
- создайте input.rc
set horizontal-scroll-mode off
set wrap-mode on
set bell-style none
#set editing-mode emacs
set show-all-if-ambiguous on
set mark-symlinked-directories on
- добавить конфигурацию в bashrc
bind 'set page-completions on'
bind 'set completion-query-items 1000'
bind 'set show-all-if-ambiguous on'
bind 'set show-all-if-unmodified on'
bind 'set mark-symlinked-directories on'
bind 'set visible-stats on'
bind 'set completion-ignore-case on'
bind "set enable-bracketed-paste on"
Подробнее здесь: https://stackoverflow.com/questions/793 ... long-texts