我有一个类似的问题,例如这里讨论的问题: 按回车键会产生 ^M,而不是换行符
打字建议
理智
没有解决问题。
在 vim 中,由于对 enter 的误解,我无法写入文件。
如果我输入 CTRL-V 并在终端中输入,它会产生:^[OM
$ stty --all
speed 38400 baud; rows 23; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; 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
更新即使stty --all
显示 icrnl 已激活输入
stty icrnl
在终端中有帮助,但在 tmux 中没有帮助。该问题在 tmux 中仍然存在。