zshrc: disable vim key bindings
This commit is contained in:
parent
327fc29930
commit
584693a82e
1
zshrc
1
zshrc
|
@ -102,7 +102,6 @@ source $ZSH/oh-my-zsh.sh
|
||||||
HISTFILE=~/.zsh-history
|
HISTFILE=~/.zsh-history
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
bindkey -v
|
|
||||||
|
|
||||||
# set PATHs (highest priority last)
|
# set PATHs (highest priority last)
|
||||||
export PATH=$HOME/local/bin:$PATH
|
export PATH=$HOME/local/bin:$PATH
|
||||||
|
|
Loading…
Reference in New Issue