kelleyma49 / PSFzf

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

Allow Custom Keybinds for Cycling Through Suggestions #237

Open Joe-Zer0 opened 6 months ago

Joe-Zer0 commented 6 months ago

This is a feature request.

It would be very helpful to me if there were a way to set custom key binds to cycle up and down through the suggestions. It could be set individually with perhaps Set-PsFzfOption or in my case I want, it to match what I set with:

Set-PSReadLineKeyHandler -Chord Ctrl+n -Function NextHistory
Set-PSReadLineKeyHandler -Chord Ctrl+p -Function PreviousHistory

Thank you for your consideration.