Vi mode - yet another test.

This commit is contained in:
Bartek Stalewski 2021-04-08 10:57:46 +02:00
parent 6448b1c45a
commit 03c6574eb0
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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

@ -0,0 +1 @@
Subproject commit 196bf1bc17c1b06d7ec0814b06067741512e6d0a