kelleyma49 / PSFzf

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

prompt gets erased when PSReadLine shortcuts are invoked #37

Closed kelleyma49 closed 4 years ago

kelleyma49 commented 4 years ago

CTRL+R, CTRL+T, etc. have erased prompts after executed. This occurs when Invoke-Fzf is executed from within a PSReadLine keyboard shortcut.

Originally posted by @wjrogers in https://github.com/junegunn/fzf/pull/1341#issuecomment-595375194