🗝
summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 778c0c5..bfad8c1 100644
--- a/zshrc
+++ b/zshrc
@@ -6,6 +6,8 @@ zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*'
 autoload -Uz compinit
 compinit
 
+stty -ixon
+
 keymap_file="$HOME/.config/zsh/keymap/$TERM"
 [[ ! -d "$(dirname "$keymap_file")" ]] && mkdir -p "$(dirname "$keymap_file")"
 [[ ! -f "$keymap_file" ]] && ~/.config/zsh/init-keymap.zsh "$keymap_file"