diff options
author | David Runge <dave@sleepmap.de> | 2020-04-18 20:46:28 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-04-18 20:46:28 +0200 |
commit | 17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960 (patch) | |
tree | e0724965e8bec7859a9af9ec9470ce6c5fac9578 | |
parent | 7c72317768e0c91330698910f8dc16adb07db512 (diff) | |
download | dotfiles-17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960.tar.gz dotfiles-17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960.tar.bz2 dotfiles-17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960.tar.xz dotfiles-17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960.zip |
.zshrc: Disabling freezing and unfreezing of ttys as it is a really useless feature.
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ autoload -Uz add-zsh-hook # Sets the tab and window titles before command execution. #add-zsh-hook preexec _terminal-set-titles-with-command +# no terminal input freezing (ctrl + s) and unfreezing (ctrl + q) +stty -ixon + # Editor # |