Switch zsh to vim mode
This commit is contained in:
parent
55218fd4a6
commit
0c3678bc03
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -3,6 +3,8 @@ export HISTFILE=$HOME/.zsh_history
|
|||
export HISTFILESIZE=10000
|
||||
export HSITSIZE=10000
|
||||
|
||||
bindkey -v
|
||||
|
||||
setopt inc_append_history
|
||||
setopt extended_history
|
||||
setopt hist_find_no_dups
|
||||
|
|
Loading…
Reference in a new issue