use zsh-vi-mode plugin
This commit is contained in:
parent
70482d0f1a
commit
c858ebbce3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
bspwm/.config/bspwm/themes/theme.sh
|
bspwm/.config/bspwm/themes/theme.sh
|
||||||
shell/.config/zsh/plugins/zsh-autosuggestions
|
shell/.config/zsh/plugins/zsh-autosuggestions
|
||||||
shell/.config/zsh/plugins/zsh-syntax-highlighting
|
shell/.config/zsh/plugins/zsh-syntax-highlighting
|
||||||
|
shell/.config/zsh/plugins/zsh-vi-mode
|
||||||
qtile/.config/qtile/theme.txt
|
qtile/.config/qtile/theme.txt
|
||||||
lupan-clock/lupan-clock
|
lupan-clock/lupan-clock
|
||||||
lupan-wm/target
|
lupan-wm/target
|
||||||
|
@ -2,5 +2,6 @@ Directory for plugins. Checkout here
|
|||||||
|
|
||||||
1. zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
|
1. zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
|
||||||
2. zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting)
|
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.
|
or install then with package manager in /usr/share/zsh/plugins/ and symlink.
|
||||||
|
@ -90,6 +90,7 @@ if source_if_exists ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-hig
|
|||||||
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source_if_exists ~/.config/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
|
|
||||||
|
|
||||||
# Directory stack and ls colors.
|
# Directory stack and ls colors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user