fzf support with vi-mode.
This commit is contained in:
parent
03c6574eb0
commit
941189c274
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue