Skip to content

Commit

Permalink
✨ feat: powershell tab completion invoke fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Nov 27, 2024
1 parent f87de50 commit c10052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotposh/Config/posh-readline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $PSReadLineOptions = @{
}
Set-PSReadLineOption @PSReadLineOptions

Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineKeyHandler -Key Tab -ScriptBlock { Invoke-FzfTabCompletion }
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward

Expand Down

0 comments on commit c10052c

Please sign in to comment.