我使用 ssh 通过 ssh 连接到 Linux 服务器putty
。
Ctrl通常在 Linux 中,您可以使用+删除在命令提示符中键入的字符d。但在 Windows 上putty
这不起作用。
Ctrl通常+具有的行为d被映射到Ctrl+ Shift+ d。
但这很不方便,我想像putty
Linux 终端一样工作。
stty -a
说:
speed 38400 baud; rows 50; columns 189; 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
有什么办法可以改变我的这种行为putty
吗?
答案1
有一个不同的 Windows 应用程序使用ctrl + d...
花了很长时间才找到...