add: pwsh :PSReadLine ding tone to 880

This commit is contained in:
qwjyh 2022-09-30 17:30:00 +09:00
parent 2657b96fad
commit 1d201c0f6b

View file

@ -4,6 +4,7 @@
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
Set-PSReadlineOption -HistoryNoDuplicates
Set-PSReadLineOption -DingTone 880 # beep frequency
Set-PSReadLineKeyHandler -Chord "Ctrl+f" -Function ForwardWord # like fish
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit