Fully disable tty flow control
From experimenting `unsetopt flow_control` seems to only disable flow control for Zsh itself, not for child processes like Vim. To fix the issue also call `stty -ixon` to disable flow control completely. Fixes #8
This commit is contained in:
Reference in New Issue
Block a user