aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-04-18 20:46:28 +0200
committerDavid Runge <dave@sleepmap.de>2020-04-18 20:46:28 +0200
commit17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960 (patch)
treee0724965e8bec7859a9af9ec9470ce6c5fac9578 /.zshrc
parent7c72317768e0c91330698910f8dc16adb07db512 (diff)
downloaddotfiles-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.
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index c99346e..7c71272 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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
#