Vi mode - yet another test.
This commit is contained in:
parent
6448b1c45a
commit
03c6574eb0
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,11 +31,11 @@ source $ZDOTDIR/aliases.zsh
|
|||||||
# plugins & addons
|
# plugins & addons
|
||||||
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh
|
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh
|
||||||
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
source $ZDOTDIR/modules/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
||||||
wd () {
|
wd () {
|
||||||
. $ZDOTDIR/modules/wd/wd.sh
|
. $ZDOTDIR/modules/wd/wd.sh
|
||||||
}
|
}
|
||||||
source ~/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
source $ZDOTDIR/p10k.zsh
|
source $ZDOTDIR/p10k.zsh
|
||||||
|
1
zsh/modules/zsh-vi-mode
Submodule
1
zsh/modules/zsh-vi-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 196bf1bc17c1b06d7ec0814b06067741512e6d0a
|
Loading…
Reference in New Issue
Block a user