Flow control should be disabled #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
unsetopt flow_control
does not seem to disable Ctrl-S from freezing theterminal. Possible causes:
unsetopt
on this option doesn't function as expectedHopefully this can be disabled with Zsh and allow Ctrl-S to be freed up for use
in other programs, if not it will have to be configured directly in the
tty
.