From c858ebbce309b73d2bd59085f3c618209b190a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Wed, 26 Jul 2023 01:38:31 +0200 Subject: [PATCH] use zsh-vi-mode plugin --- .gitignore | 1 + shell/.config/zsh/plugins/README.md | 1 + shell/.zshrc | 1 + 3 files changed, 3 insertions(+) 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.