Wednesday, April 18, 2012

Linux shell: stop ctrl+s

in a Linux shell, when you press ctrl+s, your shell will be suspended.
This may not be what you like.
To disable this feature, you can add one line to your .bashrc file in your home directory:

stty –ixon

No comments: