From 52575d37d8afd4cb62440759582d234568195d46 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 1 Oct 2019 16:36:01 +0200 Subject: [PATCH] Disable ctrl s in term --- zsh/config.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/config.zsh b/zsh/config.zsh index 60163eb..280e9e0 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -81,3 +81,6 @@ zstyle ':completion:*:back:*' command-path /usr/local/sbin /usr/local/bin \ /usr/sbin /usr/bin /sbin /bin /usr/X11R6/bin zstyle ':completion:*:optirun:*' command-path /usr/local/sbin /usr/local/bin \ /usr/sbin /usr/bin /sbin /bin /usr/X11R6/bin + +# ctrl-s hang terminal disabled +stty -ixon