未验证 提交 e4567671 编写于 作者: S SteVen Batten 提交者: GitHub

use alt+d instead of alt+D (#80824)

* use alt+d instead of alt+D

* fix comment
上级 928bafcb
......@@ -231,8 +231,8 @@ export class DeleteWordRightTerminalAction extends BaseSendTextTerminalAction {
label: string,
@ITerminalService terminalService: ITerminalService
) {
// Send alt+D
super(id, label, '\x1bD', terminalService);
// Send alt+d
super(id, label, '\x1bd', terminalService);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册