Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 1.39 KB

Set-PsFzfOption.md

File metadata and controls

82 lines (63 loc) · 1.39 KB
external help file schema
PSFzf.psm1-help.xml
2.0.0

Set-PsFzfOption

SYNOPSIS

Sets the available PSFzf options.

SYNTAX

Set-PsFzfOption

DESCRIPTION

Allows the user to set various PSFzf options, such as PSReadline chords and tab expansion.

EXAMPLES

Set PSReadline Options

Set PsFzf's history and file finder keyboard shortcuts.

Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'

PARAMETERS

CommonParameters

This cmdlet does not support common parameters.

-PSReadlineChordProvider

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

-PSReadlineChordReverseHistory

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

-TabExpansion

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

INPUTS

None

OUTPUTS

None

This cmdlet does not generate any output.