From ae7ba6978b7455ce8bb3d464fceeaef42fe7c398 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 27 Aug 2021 11:10:13 -0700 Subject: [PATCH] Switched back to the old zsh-vi-mode plugin --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index af2e0db..5a5577a 100644 --- a/.zshrc +++ b/.zshrc @@ -349,7 +349,8 @@ # Quality of life zinit load "zsh-users/zsh-autosuggestions" zinit load "zdharma/fast-syntax-highlighting" - zinit load "softmoth/zsh-vim-mode" + # zinit load "softmoth/zsh-vim-mode" + zinit load "jeffreytse/zsh-vi-mode" zinit load "zsh-users/zsh-history-substring-search" zinit load "zsh-users/zsh-completions"