aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/50-term.zsh
blob: 7b601593838caaba5e6f64761dcf46bfd5c61347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# zsh/term.zsh
#
# 2018-02-02
#

# Disable sending of start (Ctrl-Q) and stop (Ctrl-S) characters
stty -ixoff

# Disable XON/XOFF flow control
stty -ixon

# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #