Use visual bell

This commit is contained in:
Adam Goldsmith 2022-09-12 14:06:28 -04:00
parent a92243688a
commit 18dcd93e87
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineOption -EditMode Emacs
Set-PSReadLineOption -EditMode Emacs -BellStyle Visual
Function ecn { emacsclient -c -n @args }
New-Alias et ecn