summaryrefslogtreecommitdiff
path: root/etc/zle
blob: e5c6fc0efa634a329ddb052fd657164e1343aad0 (plain)
1
2
3
4
5
6
7
8
9
10
## vim:ft=zsh
autoload -U url-quote-magic
zle -N self-insert url-quote-magic

autoload predict-on
zle -N predict-on
zle -N predict-off
bindkey '^Z'   predict-on
bindkey '^X^Z' predict-off
zstyle ':predict' verbose true