external help file | schema |
---|---|
PSFzf.psm1-help.xml |
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: False
PSReadline 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: False
Enables tab expansion support
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet does not generate any output.