Switch zsh to vim mode

This commit is contained in:
Talia 2021-02-18 15:05:37 +01:00
parent 55218fd4a6
commit 0c3678bc03
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -3,6 +3,8 @@ export HISTFILE=$HOME/.zsh_history
export HISTFILESIZE=10000 export HISTFILESIZE=10000
export HSITSIZE=10000 export HSITSIZE=10000
bindkey -v
setopt inc_append_history setopt inc_append_history
setopt extended_history setopt extended_history
setopt hist_find_no_dups setopt hist_find_no_dups