From 8f967f19f6e0183c31932a037cffddd47a4fbf50 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Nov 2009 00:00:04 +0100 Subject: zshrc: Remove unused predict-on --- etc/rc | 7 ------- 1 file changed, 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 -- cgit v1.2.3