summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-11-22 00:00:04 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-11-22 00:00:21 +0100
commit8f967f19f6e0183c31932a037cffddd47a4fbf50 (patch)
treefd501200c52a9e5de1440ef5474d8688f11f0d26
parentaa4950bd955704ab5103cd070cbbeab7ca935a58 (diff)
zshrc: Remove unused predict-on
-rw-r--r--etc/rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc b/etc/rc
index 3759907..593bf3e 100644
--- a/etc/rc
+++ b/etc/rc
@@ -158,11 +158,6 @@ function Status Start Stop Restart Reload {
# {{{ ZLE
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
-
-autoload predict-on
-zle -N predict-on
-zle -N predict-off
-zstyle ':predict' verbose true
# }}}
# {{{ Prompt
@@ -216,8 +211,6 @@ bindkey -e
[[ -z $terminfo[kdch1] ]] || bindkey -M emacs $terminfo[kdch1] delete-char
[[ -z $terminfo[khome] ]] || bindkey -M emacs $terminfo[khome] beginning-of-line
[[ -z $terminfo[kend] ]] || bindkey -M emacs $terminfo[kend] end-of-line
-bindkey '^Z' predict-on
-bindkey '^X^Z' predict-off
# }}}
# {{{ Aliases