Windows下cmd、Powershell绑定Emacs快捷键

cmd poweshell使用Emacs快捷键

  • cmd
  • powershell

Linux用久了习惯了Emacs快捷键,我想在Windows下也绑定Emacs快捷键,要怎么做呢?

cmd

安装clink,官网 https://mridgers.github.io/clink/
开箱即用

Windows下cmd、Powershell绑定Emacs快捷键_第1张图片

powershell

Set-PSReadLineOption -EditMode Emacs

当然你的poweshell要有PSReadLine这个模块,新版本的应该都自带的,没有的话,如何安装请参考官方简介 https://github.com/PowerShell/PSReadLine#installation

用起来舒服多了

你可能感兴趣的:(Windows)