kelleyma49 / PSFzf

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

Warning about argumentlist even when provided #22

Closed glucas closed 5 years ago

glucas commented 5 years ago

As of (I believe) 1.1.19, I get this warning even though I am using -ArgumentList:

λ Import-Module PSFzf -ArgumentList 'Alt+T','Ctrl+R'
WARNING: PSReadline chord ctrl+r already in use - keyboard handler not installed.  To bind your own keyboard chord, use  the -ArgumentList parameter when you call Import-Module.
WARNING: PSReadline chord alt+c already in use - keyboard handler not installed.  To bind your own keyboard chord, use
the -ArgumentList parameter when you call Import-Module.
WARNING: PSReadline chord alt+a already in use - keyboard handler not installed.  To bind your own keyboard chord, use
the -ArgumentList parameter when you call Import-Module.

Despite the warning, the key chord bindings work as expected.

kelleyma49 commented 5 years ago

Thanks for reporting. I have recreated the issue and submitted a fix.

Try https://www.powershellgallery.com/packages/PSFzf/1.1.20 to verify I've fixed the problem.

glucas commented 5 years ago

Looks good - thanks!