diff options
| -rw-r--r-- | files/.zsh/rc/S20_stty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_stty b/files/.zsh/rc/S20_stty new file mode 100644 index 0000000..edd439e --- /dev/null +++ b/files/.zsh/rc/S20_stty @@ -0,0 +1,3 @@ +# Disable Ctrl+S/Ctrl-Q flow control + +stty -ixon |
