kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
801 stars 37 forks source link

Ctrl-a does not show all branches in Invoke-PsFzfGitBranches #207

Closed pluma9 closed 1 year ago

pluma9 commented 1 year ago

Nothing changes after I press Ctrl-a. I ran powershell with NoProfile option to make sure my powershell profile does not cause the problem.

Versions: fzf 0.35.1 PSFzf 2.5.14

kelleyma49 commented 1 year ago

Whoops! I added the help text but I forgot to actually implement CTRL+A. Thank you for reminding me!

FIxed in #209