Add recommendations for PSReadline key handler to README.md and docs/Invoke-FuzzyHistory.md #344
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes Made
README.md: Added a recommendation in the helper functions table for
Invoke-FuzzyHistory
that explicitly states it is recommended to useSet-PsFzfOption -PSReadlineChordReverseHistory
for the best user experience. This provides clearer guidance to users beyond just showing how to configure the option.docs/Invoke-FuzzyHistory.md: Enhanced the NOTES section with a recommendation explaining that using
Set-PsFzfOption -PSReadlineChordReverseHistory
enables PSReadline integration, allowing users to launch fuzzy history search directly from the command line with keyboard shortcuts like Ctrl+r.Benefits
The changes are minimal and focused, adding only the necessary recommendation text without modifying any existing functionality or breaking changes. Now rebased on top of latest master branch.
Fixes #343.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.