diff --git a/.gitignore b/.gitignore index 72278bf..661c828 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/shell/.config/zsh/plugins/README.md b/shell/.config/zsh/plugins/README.md index 0fd2740..029ce2b 100644 --- a/shell/.config/zsh/plugins/README.md +++ b/shell/.config/zsh/plugins/README.md @@ -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. diff --git a/shell/.zshrc b/shell/.zshrc index df43135..278cdd0 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -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.