summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-25 16:09:09 +0200
committerGravatar Tom Willemsen2012-07-25 16:09:09 +0200
commit45d6c3a990be59852840de898143c28214c534d4 (patch)
treec3db1aedd9c463c9b66eb8d193efd6a75d295131 /.zshrc
parent8007a5b297fef9e7653f7e174803e485a66f6d10 (diff)
downloaddotfiles-45d6c3a990be59852840de898143c28214c534d4.tar.gz
dotfiles-45d6c3a990be59852840de898143c28214c534d4.zip
.zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 7 insertions, 0 deletions
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 \