diff options
-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 # |