Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ PSFzf does not override <kbd>Ctrl+r</kbd> by default. To confirm that you want
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
```

**Recommendation:** It is recommended to use `Set-PsFzfOption -PSReadlineChordReverseHistory` to enable PSFzf's reverse history search functionality for the best user experience.

### Set-Location Based on Selected Directory (default chord: <kbd>Alt+c</kbd>)

Press <kbd>Alt+c</kbd> to start PSFzf to select a directory. By default, `Set-Location` will be called with the selected directory. You can override the default command with the following code in our `$PROFILE`:
Expand Down
6 changes: 4 additions & 2 deletions docs/Invoke-FuzzyHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ This cmdlet does not accept any input.

### None
This cmdlet does not generate any output.
## NOTES

## NOTES

For an enhanced history search experience, it is recommended to use `Set-PsFzfOption -PSReadlineChordReverseHistory` to enable PSFzf's PSReadline integration. This allows you to use keyboard shortcuts (like Ctrl+r) to launch the fuzzy history search directly from the command line.

## RELATED LINKS