From 248ee48696aa21c654b4016daaa96a3cb67b222b Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 20 Sep 2024 00:26:02 +0500 Subject: zsh: Disable output control toggle --- files/.zsh/rc/S20_stty | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/.zsh/rc/S20_stty 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 -- cgit v1.2.3