new: pwsh : set Ctrl+g for Invoke-FzfTabCompletion
This commit is contained in:
parent
5ee5aa585b
commit
89b39204c0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Set-PSReadlineOption -HistoryNoDuplicates
|
|||
Set-PSReadLineKeyHandler -Chord "Ctrl+f" -Function ForwardWord # like fish
|
||||
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
|
||||
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit
|
||||
Set-PSReadLineKeyHandler -Chord "Ctrl+g" -ScriptBlock { Invoke-FzfTabCompletion }
|
||||
|
||||
# PsFzf Options
|
||||
# 'Ctrl+t' for provider path, 'Ctrl+r' for reverse history
|
||||
|
|
Loading…
Reference in a new issue