aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index c99346e..7c71272 100644
--- a/.zshrc
+++ b/.zshrc
@@ -53,6 +53,9 @@ autoload -Uz add-zsh-hook
# Sets the tab and window titles before command execution.
#add-zsh-hook preexec _terminal-set-titles-with-command
+# no terminal input freezing (ctrl + s) and unfreezing (ctrl + q)
+stty -ixon
+
# Editor
#