add: pwsh :PSReadLine ding tone to 880
This commit is contained in:
parent
2657b96fad
commit
1d201c0f6b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
Import-Module PSReadLine
|
Import-Module PSReadLine
|
||||||
Set-PSReadLineOption -PredictionSource History
|
Set-PSReadLineOption -PredictionSource History
|
||||||
Set-PSReadlineOption -HistoryNoDuplicates
|
Set-PSReadlineOption -HistoryNoDuplicates
|
||||||
|
Set-PSReadLineOption -DingTone 880 # beep frequency
|
||||||
Set-PSReadLineKeyHandler -Chord "Ctrl+f" -Function ForwardWord # like fish
|
Set-PSReadLineKeyHandler -Chord "Ctrl+f" -Function ForwardWord # like fish
|
||||||
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
|
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
|
||||||
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit
|
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit
|
||||||
|
|
Loading…
Reference in a new issue