kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
752 stars 35 forks source link

Bind keybind to Invoke-FuzzyEdit doesn't work #196

Closed vunhatchuong closed 1 year ago

vunhatchuong commented 1 year ago

With my Editor being nvim. I can type Invoke-FuzzyEdit and it works as expected.

But when I excute Ctrl+d with

Set-PSReadlineKeyHandler -Chord 'Ctrl+d' -ScriptBlock {Invoke-FuzzyEdit}

My Terminal hang and I have to reopen it.

kelleyma49 commented 1 year ago

Resolved with #199. Prerelease with this change (https://github.com/kelleyma49/PSFzf/releases/tag/v2.5.15) will be available here: https://www.powershellgallery.com/packages/PSFzf/2.5.15