lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
652 stars 41 forks source link

FZF_COMPLETION_AUTO_COMMON_PREFIX[_PART] option #49

Closed d-enk closed 2 years ago

d-enk commented 2 years ago

I implemented this option #29, but only for the bash shell, which I myself use and understand well. This feature doesn't work for zsh due to a simple incompatibility. Shouldn't be a problem to convert bash to zsh. I'll be happy to answer questions.

lincheney commented 2 years ago

thanks!