We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4f2f commit 5277102Copy full SHA for 5277102
rc.d/81-fzf.zsh
@@ -15,8 +15,8 @@ else
15
export FZF_CTRL_R_OPTS="--height 50% --preview 'echo {3..} | bat --color=always -pl sh' --preview-window 'wrap,up,5'"
16
export FZF_ALT_C_COMMAND='fd --type d --hidden --follow --exclude .git'
17
18
- # For some reason, I've been having to set this or my completions are really effed
19
- fzf_default_completion='complete-word'
+ # Keep default Tab fallback so wildcard expansion still works
+ fzf_default_completion='expand-or-complete'
20
21
# Set fzf options to use the preview function
22
export FZF_DEFAULT_OPTS=" \
0 commit comments