summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-28 14:01:14 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-28 14:01:14 +0200
commitc041b75951925f6771f93ad3588b0a3e8ea1b945 (patch)
tree135701da2c878830ef5bc2a3d79897ebcd21fa9b /.zsh
parent0dce0a234beb8eba50645e811d07faec80723c2b (diff)
downloaddotfiles-c041b75951925f6771f93ad3588b0a3e8ea1b945.tar.gz
dotfiles-c041b75951925f6771f93ad3588b0a3e8ea1b945.tar.xz
new option to disable flow control
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/50options3
1 files changed, 3 insertions, 0 deletions
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