kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
795 stars 36 forks source link

fzf does not use FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND variables #18

Closed vkrol closed 6 years ago

vkrol commented 6 years ago

Hello!

fzf does not use FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND variables (https://github.com/junegunn/fzf#key-bindings-for-command-line). I think that this is a bug. How can I help with this problem?

Thanks!

kelleyma49 commented 6 years ago

Thanks for the issue submission.

Indeed, PsFzf doesn't respect those environment variables. I'm in the process of fixing this, beginning with https://github.com/kelleyma49/PSFzf/commit/3cdf116f77893b64eb6d52f087acc2829cceefc5.

vkrol commented 6 years ago

@kelleyma49 awesome! Thanks.

kelleyma49 commented 6 years ago

Available in https://www.powershellgallery.com/packages/PSFzf/1.1.16.

vkrol commented 6 years ago

@kelleyma49 thanks!