zsh-vi-mode plugin
This commit is contained in:
parent
18ea229afa
commit
1a1a9a0522
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
|||||||
[submodule "zsh/modules/wd"]
|
[submodule "zsh/modules/wd"]
|
||||||
path = zsh/modules/wd
|
path = zsh/modules/wd
|
||||||
url = https://github.com/mfaerevaag/wd.git
|
url = https://github.com/mfaerevaag/wd.git
|
||||||
|
[submodule "zsh/modules/zsh-vi-mode"]
|
||||||
|
path = zsh/modules/zsh-vi-mode
|
||||||
|
url = https://github.com/jeffreytse/zsh-vi-mode.git
|
||||||
|
@ -31,6 +31,7 @@ if [ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
|
source $ZDOTDIR/modules/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
||||||
wd () {
|
wd () {
|
||||||
|
1
zsh/modules/zsh-vi-mode
Submodule
1
zsh/modules/zsh-vi-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2b6cf69040f3995f90f6de2e06e885a8e01ae38a
|
Loading…
Reference in New Issue
Block a user