1
loryyang 2013-12-30 12:52:31 +08:00
ctrl+U, ctrl+w?
|
2
allenforrest 2013-12-30 13:36:15 +08:00
ctrl+backspace?
|
3
ericFork 2013-12-30 13:53:17 +08:00
用 ctrl+H 应该可以删
|
4
tywtyw2002 OP |
5
tywtyw2002 OP tyw@CosHiM-MAC:~|⇒ stty -a
speed 9600 baud; 25 rows; 80 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel iutf8 -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -oxtabs -onocr -onlret cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>; eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; stty earse ^H |
6
rrfeng 2013-12-30 18:31:38 +08:00
ctrl + backspace 是最简单的。
大部分程序可以吧 readlines 编译进去 实在不行的可以装一个 rlwrap ,用 rlwraq 来启动其他程序 |
7
tywtyw2002 OP @rrfeng ctrl + backspace 不work。
|