canadaduane@lemmy.ca to Linux@lemmy.mlEnglish · 2 years agoUndo the undomessage-squaremessage-square34fedilinkarrow-up1121arrow-down17file-text
arrow-up1114arrow-down1message-squareUndo the undocanadaduane@lemmy.ca to Linux@lemmy.mlEnglish · 2 years agomessage-square34fedilinkfile-text
minus-squaretal@lemmy.todaylinkfedilinkarrow-up16·edit-22 years agoControl-Q Or you can disable software flow control in cooked mode with stty -ixon and then Control-S won’t suspend flow. EDIT: If you use screen or tmux, I suppose that you probably don’t need software flow control anyway from a UI standpoint, because both will suspend flow if you enter their copy mode, which acts similarly.
minus-squarevector_zero@lemmy.worldlinkfedilinkarrow-up2·2 years agoBonus when you disable software flow control: In addition to Ctrl+r to reverse search through commands, you can search forward via Ctrl+s
Control-Q
Or you can disable software flow control in cooked mode with
stty -ixon
and then Control-S won’t suspend flow.EDIT: If you use
screen
ortmux
, I suppose that you probably don’t need software flow control anyway from a UI standpoint, because both will suspend flow if you enter their copy mode, which acts similarly.Bonus when you disable software flow control: In addition to Ctrl+r to reverse search through commands, you can search forward via Ctrl+s