From 17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 18 Apr 2020 20:46:28 +0200 Subject: .zshrc: Disabling freezing and unfreezing of ttys as it is a really useless feature. --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 # -- cgit v1.2.3-70-g09d2