1
1
Fork 0

zsh-vi-mode

This commit is contained in:
Gaiety 2026-04-02 21:05:50 -06:00
parent c82269f7d2
commit 5213b249d6
2 changed files with 5 additions and 0 deletions

1
.zshrc
View file

@ -9,6 +9,7 @@ COMPLETION_WAITING_DOTS="true"
plugins=(
git
mise
zsh-vi-mode
zoxide
zsh-autosuggestions
zsh-syntax-highlighting

View file

@ -8,3 +8,7 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m
echo zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
echo zsh-vi-mode
git clone https://github.com/jeffreytse/zsh-vi-mode \
$ZSH_CUSTOM/plugins/zsh-vi-mode