kelleyma49 / PSFzf

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

Chronological order in history search #24

Closed fungiboletus closed 5 years ago

fungiboletus commented 5 years ago

How to get the chronological order in the history search ? The fzf documentation says : «If you want to see the commands in chronological order, press CTRL-R again which toggles sorting by relevance», but it doesn't look like it's possible with PSFzf.

kelleyma49 commented 5 years ago

CTRL+R will now control sort order in the latest version (https://www.powershellgallery.com/packages/PSFzf/1.1.23).

fungiboletus commented 5 years ago

Thanks !