Skip to content
Snippets Groups Projects
Commit 2b61dc65 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[zsh-completion] Do not overwrite $fzf_default_completion

parent 0b770cd4
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,8 @@ fzf-completion() {
fi
}
fzf_default_completion=$(bindkey '^I' | grep -v undefined-key | awk '{print $2}')
[ -z "$fzf_default_completion" ] &&
fzf_default_completion=$(bindkey '^I' | grep -v undefined-key | awk '{print $2}')
zle -N fzf-completion
bindkey '^I' fzf-completion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment