Update powershell keyboard bindings to be emacs style like bash shell
You can do that with the PSReadLine module which ships with PowerShell 5.0 (Windows 10). Simply set the EditMode option to Emacs: Set-PSReadLineOption -EditMode Emacs In addition to the default Windows mode, it also has a Vi mode. The project README file mentions that neither are fully implemented so don’t expect full feature parity, but … Read more