kelleyma49 / PSFzf

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

PSReadlineChordSetLocation ignore already type text in console #134

Closed belotn closed 2 years ago

belotn commented 2 years ago

Again maybe it's by design

When i enter a path (for example C:\Git) and i hit SetLocation Chord it takes as argument the current dir and not the path i started to write.

kelleyma49 commented 2 years ago

This is by design. This is consistent with CTRL+T with fzf.exe in a non-pwsh shell.