PSReadline
Bashにインスパイアされて作成されたPowerShellのモジュール
多分最初から入ってる?
Emacs風のキーバイディングを使いたいときは以下のようにする
PowerShell起動時に読みこまれるプロファイルに追加
code:Powershell
Set-PSReadLineOption -EditMode Emacs
https://github.com/PowerShell/PSReadLine
インストールするにはまず、PowerShellGetが必要
https://learn.microsoft.com/en-us/powershell/gallery/powershellget/install-powershellget?view=powershellget-3.x