zshrc: disable vim key bindings

This commit is contained in:
Rob Watson 2020-07-02 00:19:09 +02:00
parent 327fc29930
commit 584693a82e
1 changed files with 0 additions and 1 deletions

1
zshrc
View File

@ -102,7 +102,6 @@ source $ZSH/oh-my-zsh.sh
HISTFILE=~/.zsh-history
HISTSIZE=10000
SAVEHIST=10000
bindkey -v
# set PATHs (highest priority last)
export PATH=$HOME/local/bin:$PATH