Browse Source

[zshrc] Prevent ctrl-S from locking the terminal

merge-requests/1/merge
lhark 8 years ago
parent
commit
36f44fc65c
  1. 3
      zshrc

3
zshrc

@ -60,6 +60,9 @@ case $TERM in
;;
esac
# Prevent CTRL-S from locking the terminal
stty -ixon
###############
# ZSH options #

Loading…
Cancel
Save