diff --git a/.zshrc b/.zshrc index 38c4fd7..54e61f4 100644 --- a/.zshrc +++ b/.zshrc @@ -14,6 +14,13 @@ zstyle :compinstall filename '/home/slash/.zshrc' autoload -Uz compinit compinit +autoload -U predict-on +zle -N predict-on +zle -N predict-off +bindkey '^X^Z' predict-on +bindkey '^Z' predict-off +predict-on + function shutdown() { dbus-send --system --print-reply \