| external help file | PSFzf.psm1-help.xml |
|---|---|
| schema | 2.0.0 |
Sets the available PSFzf options.
Set-PsFzfOption
Allows the user to set various PSFzf options, such as PSReadline chords and tab expansion.
Set PsFzf's history and file finder keyboard shortcuts.
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
This cmdlet does not support common parameters.
PSReadline keyboard chord shortcut to trigger file and directory selection
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePSReadline keyboard chord shortcut to trigger history selection
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseEnables tab expansion support
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet does not generate any output.