[zshrc] Prevent ctrl-S from locking the terminal
This commit is contained in:
parent
9ecb18e93f
commit
36f44fc65c
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -60,6 +60,9 @@ case $TERM in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Prevent CTRL-S from locking the terminal
|
||||
stty -ixon
|
||||
|
||||
|
||||
###############
|
||||
# ZSH options #
|
||||
|
|
Loading…
Reference in a new issue