🗝
summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-09-28 08:17:32 -0700
committermia <mia@mia.jetzt>2024-09-28 08:17:32 -0700
commit25233fce8cdc0806bceb22dc20997ef3392b9955 (patch)
tree116d489e8fd1f03887d9e39a706790e35f756be2 /zshrc
parentbc46264c35505cf7d97792287b7a34981ee6d9b6 (diff)
downloaddotfiles-main.tar.gz
dotfiles-main.zip
stty stuffs HEAD main
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"