From 3a94e9094f1dd8faa903c2ace88792e9da09d6f8 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 29 Mar 2010 17:09:48 +0200 Subject: [PATCH] [zsh] --- .zsh/00_basic.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/00_basic.zsh b/.zsh/00_basic.zsh index 4aa29b6..acd0e19 100644 --- a/.zsh/00_basic.zsh +++ b/.zsh/00_basic.zsh @@ -8,8 +8,9 @@ export HISTCONTROL=”ignoredups” setopt -h histappend PROMPT_COMMAND='history -a' -setopt appendhistory autocd extendedglob nomatch +setopt append_history autocd extendedglob nomatch unsetopt beep +#binding vim #bindkey -v # End of lines configured by zsh-newuser-install # The following lines were added by compinstall