From 36f44fc65ccd95c2ad4783ed39a694a3e26b9747 Mon Sep 17 00:00:00 2001 From: lhark Date: Sun, 1 Apr 2018 01:06:12 -0400 Subject: [PATCH] [zshrc] Prevent ctrl-S from locking the terminal --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 47d3fa4..da15b5d 100644 --- a/zshrc +++ b/zshrc @@ -60,6 +60,9 @@ case $TERM in ;; esac +# Prevent CTRL-S from locking the terminal +stty -ixon + ############### # ZSH options #