diff --git a/zshrc b/zshrc index c4d3e16..309d5d0 100644 --- a/zshrc +++ b/zshrc @@ -28,7 +28,7 @@ setopt ignore_eof unsetopt beep # Disable tty flow control, allows vim to use 'S' -unsetopt flow_control +unsetopt flow_control && stty -ixon # Initialize completions autoload -U compinit