zsh: enable vi-mode

This commit is contained in:
He4eT 2021-08-07 17:45:40 +05:00
commit 08c0a2e496

View file

@ -65,6 +65,7 @@ CASE_SENSITIVE="false"
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
vi-mode
)
source $ZSH/oh-my-zsh.sh