Tag: stty

How to set keys (backspace, interrupt, suspend, kill)?

Using stty one can set some of keys like backsapce, interrupt, suspend and kill. $ stty -a # shows the current terminal settings intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; eol2 = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = … Continue reading How to set keys (backspace, interrupt, suspend, kill)?