From f553c8844afa4a5d9ace5cc587fbbc3ddcd6404e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 21 Oct 2024 14:01:46 -0500 Subject: [PATCH] new default for fzf-tab --- home/private_dot_config/zsh/dot_zstyles | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/private_dot_config/zsh/dot_zstyles b/home/private_dot_config/zsh/dot_zstyles index b5c3723..09dc6a4 100644 --- a/home/private_dot_config/zsh/dot_zstyles +++ b/home/private_dot_config/zsh/dot_zstyles @@ -23,3 +23,7 @@ if (( $+commands[eza] )); then zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza --tree --level 2 --color always --icons always $realpath' 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 +