Make C-S work in vim again

This commit is contained in:
Kenneth Benzie 2018-08-30 22:48:26 +01:00
parent 585925df38
commit 8819cd4d18

2
zshrc
View File

@ -56,7 +56,7 @@ setopt ignore_eof
setopt nobeep
# Disable tty flow control, allows vim to use '<Ctrl>S'
setopt noflowcontrol
setopt noflowcontrol; stty -ixon
# Enable completions in the middle of a word
setopt completeinword