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
For example ls -lt |more
I need ^C^X to quite
Subject: Re: ctl C/ctl X
On Wed, Jun 30, 2021 at 05:23:54PM +0200, Patrick Dupre wrote:
Before fc34 (i.e. in fc32), I used to used ctlC to interrupt any sort of process. In fc34, to have the same result, I need to do ctlC ctlX How can I avoid to have to make this double command?
Not sure how this happened, Control-c should continue to send SIGINT.
What is the output of 'stty -a' on your terminal? It should have 'intr = ^C' in the output.
Typically in bash, Ctrl-X is a sequence used before another keypress, for example, C-x C-v prints out bash version information, C-x C-x jumps to the beginning and back to the original cursor location after repeated presses.
FWIW, Control-c sends the SIGINT when I use it in the shell.
-- Jonathan Billings billings@negate.org _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure