fzf support with vi-mode.

This commit is contained in:
Bartek Stalewski 2021-04-08 13:23:48 +02:00
parent 03c6574eb0
commit 941189c274

View file

@ -29,13 +29,13 @@ zstyle ':completion:*' list-colors ''
source $ZDOTDIR/aliases.zsh
# plugins & addons
[ -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-vi-mode/zsh-vi-mode.plugin.zsh
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
wd () {
. $ZDOTDIR/modules/wd/wd.sh
}
zvm_after_init_commands+=('[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh')
# theme
source $ZDOTDIR/p10k.zsh