From c041b75951925f6771f93ad3588b0a3e8ea1b945 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 28 Apr 2009 14:01:14 +0200 Subject: new option to disable flow control --- .zsh/rc/50options | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zsh') diff --git a/.zsh/rc/50options b/.zsh/rc/50options index 859efe8..8ac64de 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -45,3 +45,6 @@ setopt HIST_IGNORE_SPACE setopt nohistverify setopt prompt_subst setopt HIST_FCNTL_LOCK + +# disable XON/XOFF flow control (^s/^q) +stty -ixon -- cgit v1.2.3-24-g4f1b