new default for fzf-tab
This commit is contained in:
parent
073acbbba9
commit
f553c8844a
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@ if (( $+commands[eza] )); then
|
||||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza --tree --level 2 --color always --icons always $realpath'
|
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza --tree --level 2 --color always --icons always $realpath'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# NOTE: This may lead to unexpected behavior since some flags break this plugin.
|
||||||
|
# See Aloxaf/fzf-tab#455.
|
||||||
|
zstyle ':fzf-tab:*' use-fzf-default-opts yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue