diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index d781f04..4b852aa 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -7,6 +7,10 @@ autoload -Uz _zi (( ${+_comps} )) && _comps[zi]=_zi # end of zi init +# Vi mode +export KEYTIMEOUT=1 +bindkey -v + # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:$HOME/.local/bin:$PATH