use zsh-vi-mode plugin

This commit is contained in:
Łukasz Pankowski 2023-07-26 01:38:31 +02:00
parent 70482d0f1a
commit c858ebbce3
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
bspwm/.config/bspwm/themes/theme.sh
shell/.config/zsh/plugins/zsh-autosuggestions
shell/.config/zsh/plugins/zsh-syntax-highlighting
shell/.config/zsh/plugins/zsh-vi-mode
qtile/.config/qtile/theme.txt
lupan-clock/lupan-clock
lupan-wm/target

View File

@ -2,5 +2,6 @@ Directory for plugins. Checkout here
1. zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
2. zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting)
3. https://github.com/jeffreytse/zsh-vi-mode
or install then with package manager in /usr/share/zsh/plugins/ and symlink.

View File

@ -90,6 +90,7 @@ if source_if_exists ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-hig
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
fi
source_if_exists ~/.config/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
# Directory stack and ls colors.