diff --git a/.zsh/setopt.zsh b/.zsh/setopt.zsh index 5d31b72..0b8c662 100644 --- a/.zsh/setopt.zsh +++ b/.zsh/setopt.zsh @@ -11,3 +11,6 @@ setopt APPEND_HISTORY setopt EXTENDED_HISTORY setopt EXTENDED_GLOB setopt AUTO_CD + +# Turn off flow controll +unsetopt flowcontrol