Powershell中的Bash风格的转义下划线

在bash中我经常使用转义下划线快捷方式:

subl somedir/file.sh
./(escape underscore)

其中填写了最后一行的最后一项,例如:

./(escape underscore)

变为:

./somedir/file.sh

有没有办法在powershell中设置它?

(我正在使用Powershell 5.1,ConEmu和PSReadLine以及PCSX)

最佳答案 如果你使用带有PSReadline的Emacs模式,那么Esc下划线是正确的. Alt.也做同样的事情,并在Emacs和Windows模式下绑定.

点赞