在powershell中使用emacs风格快捷键

482 阅读1分钟

powershell中应该已经自带了PSReadLine模块,直接使用

Set-PSReadLineOption -EditMode Emacs

参考:

github.com/PowerShell/…