From cfa995180eb242c34b7d59b84efc4d0f4e9d9a2d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 25 Jan 2025 23:33:35 -0800 Subject: [PATCH] zsh: zsh-vi-mode -> zsh-vim-mode (hopefully more mature plugin) --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1d7d87a..a5779c2 100644 --- a/.zshrc +++ b/.zshrc @@ -62,7 +62,7 @@ ${SKIP_PLUGINS:-false} || { # Quality of life zinit load "zsh-users/zsh-autosuggestions" zinit load "zdharma-continuum/fast-syntax-highlighting" - zinit load "jeffreytse/zsh-vi-mode" + zinit load "softmoth/zsh-vim-mode" zinit load "zsh-users/zsh-history-substring-search" zinit load "zsh-users/zsh-completions" zinit load "Tarrasch/zsh-bd"