diff --git a/zshrc b/zshrc index 353304c..9bd2d5a 100644 --- a/zshrc +++ b/zshrc @@ -56,7 +56,7 @@ setopt ignore_eof setopt nobeep # Disable tty flow control, allows vim to use 'S' -setopt noflowcontrol +setopt noflowcontrol; stty -ixon # Enable completions in the middle of a word setopt completeinword