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