diff --git a/.oh-my-zsh-custom/plugins/zsh-vi-mode b/.oh-my-zsh-custom/plugins/zsh-vi-mode deleted file mode 160000 index cd730cd..0000000 --- a/.oh-my-zsh-custom/plugins/zsh-vi-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cd730cd347dcc0d8ce1697f67714a90f07da26ed diff --git a/.zshrc b/.zshrc index 7391b9d..2257252 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,8 @@ ZSH_THEME="headline" plugins=( git zsh-autosuggestions - zsh-syntax-highlighting + zsh-syntax-highlighting + vi-mode ) if [ "$OS" != "Windows_NT" ];then