Skip to content

Commit 5277102

Browse files
committed
Restore wildcard tab expansion fallback
1 parent d7a4f2f commit 5277102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rc.d/81-fzf.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ else
1515
export FZF_CTRL_R_OPTS="--height 50% --preview 'echo {3..} | bat --color=always -pl sh' --preview-window 'wrap,up,5'"
1616
export FZF_ALT_C_COMMAND='fd --type d --hidden --follow --exclude .git'
1717

18-
# For some reason, I've been having to set this or my completions are really effed
19-
fzf_default_completion='complete-word'
18+
# Keep default Tab fallback so wildcard expansion still works
19+
fzf_default_completion='expand-or-complete'
2020

2121
# Set fzf options to use the preview function
2222
export FZF_DEFAULT_OPTS=" \

0 commit comments

Comments
 (0)