kelleyma49 / PSFzf

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

`Ctrl+t` with command-line content not working as expected. #236

Closed segln closed 6 months ago

segln commented 6 months ago

Problem

Ctrl+t with command-line content not working as expected.

Example

Here is a directory on command-line. image

With pressing Ctrl+t, PSFzf shows Appdata's entries. image

But when submit, PSFzf removes AppData. image

Expected behavior

PsFzf completes entry using the inputted directory. image

Others

I'm not using any custom settings, just Set-PsFzfOption -TabExpansion.

kelleyma49 commented 6 months ago

I can recreate this issue. I'll take a look and see what I can do to fix it

kelleyma49 commented 6 months ago

Fix is in https://www.powershellgallery.com/packages/PSFzf/2.5.20-alpha