summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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