diff -r 259bcb382069 -r a38aec29a244 .zshrc --- a/.zshrc Fri Jan 22 22:54:09 2010 +0900 +++ b/.zshrc Fri Jan 22 22:56:02 2010 +0900 @@ -1,5 +1,3 @@ -# Lines configured by zsh-newuser-install - HISTFILE=~/.histfile HISTSIZE=1000000 SAVEHIST=1000000 @@ -8,15 +6,12 @@ setopt hist_ignore_dups setopt auto_pushd setopt magic_equal_subst + bindkey -e -# End of lines configured by zsh-newuser-install -# The following lines were added by compinstall -# zstyle :compinstall filename '/home/swk/.zshrc' +fpath=($fpath /usr/share/zsh/functions/Zle) -fpath=($fpath /usr/share/zsh/functions/Zle) autoload -U compinit compinit -u -# End of lines added by compinstall autoload history-search-end zle -N history-beginning-search-backward-end history-search-end