feat(pwsh): add fzf completion bindings
This commit is contained in:
parent
4cb635f63d
commit
cec69e915a
@ -1 +1,3 @@
|
||||
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
|
||||
Install-Module -Name PSFzf -RequiredVersion 2.5.10
|
||||
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
|
||||
Set-PSReadLineKeyHandler -Key Tab -ScriptBlock { Invoke-FzfTabCompletion }
|
||||
|
Loading…
Reference in New Issue
Block a user