From 8819cd4d18cefd70c4f70dc2eadd44da490d911b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 30 Aug 2018 22:48:26 +0100 Subject: [PATCH] Make C-S work in vim again --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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