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